mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 13:48:06 +00:00
eaaf8bfc1d
SVN-Revision: 79
6 lines
112 B
Bash
6 lines
112 B
Bash
#!/bin/sh
|
|
[ -f /etc/motd ] && cat /etc/motd
|
|
|
|
export PATH=/bin:/sbin:/usr/bin:/usr/sbin
|
|
export PS1='\u@\h:\w\$ '
|