4 lines
66 B
Bash
4 lines
66 B
Bash
export PS1="[\h \W]$ "
|
|
cat /etc/motd
|
|
echo $BASHPID > /var/run/cwd
|
export PS1="[\h \W]$ "
|
|
cat /etc/motd
|
|
echo $BASHPID > /var/run/cwd
|