cf2194bd83442e5833280c2b5096936f440ce9a9
[openwrt.git] / root / etc / profile
1 #!/bin/sh
2 [ -f /etc/motd ] && cat /etc/motd
3
4 export PATH=/bin:/sbin:/usr/bin:/usr/sbin
5 export PS1='\u@\h:\w\$ '