Parent Directory
|
Revision Log
Changed basklogin to source .bash_profile, rather than .bashrc
| 1 | #!/bin/bash |
| 2 | |
| 3 | cat /etc/motd 2>/dev/null |
| 4 | cd /root |
| 5 | [[ -e .bash_profile ]] && source .bash_profile |
| 6 | exec -l /bin/bash -i |
| Name | Value |
|---|---|
| svn:eol-style | native |
| svn:executable | * |
| ViewVC Help | |
| Powered by ViewVC 1.1.13 |