Parent Directory
|
Revision Log
|
Patch
| Revision 46 | Revision 56 | ||
|---|---|---|---|
| 1 | #!/bin/bash | 1 | #!/bin/bash |
| 2 | 2 | ||
| 3 | cat /etc/motd 2>/dev/null | 3 | cat /etc/motd 2>/dev/null |
| 4 | cd /root | 4 | cd /root |
| 5 | [[ -e .bashrc ]] && . .bashrc | 5 | [[ -e .bash_profile ]] && source .bash_profile |
| 6 | exec -l /bin/bash -i | 6 | exec -l /bin/bash -i |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.13 |