summaryrefslogtreecommitdiff
path: root/bashlogin
diff options
context:
space:
mode:
Diffstat (limited to 'bashlogin')
-rw-r--r--bashlogin6
1 files changed, 0 insertions, 6 deletions
diff --git a/bashlogin b/bashlogin
deleted file mode 100644
index 3468918..0000000
--- a/bashlogin
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/bash
-
-cat /etc/motd 2>/dev/null
-cd /root
-[[ -e .bash_profile ]] && source .bash_profile
-exec -l /bin/bash -i