From dacc0bfae08c88125035f08cd136641eee95137f Mon Sep 17 00:00:00 2001 From: BlackNoxis Date: Fri, 21 Nov 2014 18:07:24 +0200 Subject: Kogaion live git added --- bashlogin | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 bashlogin (limited to 'bashlogin') diff --git a/bashlogin b/bashlogin new file mode 100644 index 0000000..3468918 --- /dev/null +++ b/bashlogin @@ -0,0 +1,6 @@ +#!/bin/bash + +cat /etc/motd 2>/dev/null +cd /root +[[ -e .bash_profile ]] && source .bash_profile +exec -l /bin/bash -i -- cgit v1.2.3