From 9645e7f465a667bf920ec193498028f88e7f418e Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Thu, 30 Jun 2011 15:29:56 -0500 Subject: Revert "remove bashlogin" This reverts commit 1058b90acbaa2550892cfe93c2cef8dad0e1cacd. We still need this for serial lines. --- bashlogin | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 bashlogin (limited to 'bashlogin') diff --git a/bashlogin b/bashlogin new file mode 100755 index 0000000..ea9493a --- /dev/null +++ b/bashlogin @@ -0,0 +1,7 @@ +#!/bin/bash + +export HOME=/root +cat /etc/motd 2>/dev/null +cd /root +[[ -e .bash_profile ]] && source .bash_profile +exec -l /bin/bash -i -- cgit v1.2.3-65-gdbad