diff options
author | V3n3RiX <venerix@rogentos.ro> | 2016-03-11 19:49:13 +0000 |
---|---|---|
committer | V3n3RiX <venerix@rogentos.ro> | 2016-03-11 19:49:13 +0000 |
commit | 3a7672b4cf8b417bc726f3b7869e23e0af2f083e (patch) | |
tree | b11e61c58adc30a320565cd465f17e63486e577d /bashlogin | |
parent | 604d0fb412ec7b450c89cb726f3f3d1560e416fe (diff) |
cleanup everything
Diffstat (limited to 'bashlogin')
-rw-r--r-- | bashlogin | 6 |
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 |