summaryrefslogtreecommitdiff
blob: 346891896c180b86d15b5afac751bb216499cbd4 (plain)
1
2
3
4
5
6
#!/bin/bash

cat /etc/motd 2>/dev/null
cd /root
[[ -e .bash_profile ]] && source .bash_profile
exec -l /bin/bash -i