summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbashlogin7
1 files changed, 0 insertions, 7 deletions
diff --git a/bashlogin b/bashlogin
deleted file mode 100755
index ea9493a..0000000
--- a/bashlogin
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/bash
-
-export HOME=/root
-cat /etc/motd 2>/dev/null
-cd /root
-[[ -e .bash_profile ]] && source .bash_profile
-exec -l /bin/bash -i