diff options
author | BlackNoxis <steven.darklight@gmail.com> | 2014-11-21 18:07:24 +0200 |
---|---|---|
committer | BlackNoxis <steven.darklight@gmail.com> | 2014-11-21 18:07:24 +0200 |
commit | dacc0bfae08c88125035f08cd136641eee95137f (patch) | |
tree | b2af748741e2ab9ebca0f57d8ce32b5bc75b1a58 /bashlogin |
Kogaion live git added
Diffstat (limited to 'bashlogin')
-rw-r--r-- | bashlogin | 6 |
1 files changed, 6 insertions, 0 deletions
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 |