mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-01-09 08:09:41 +00:00
af49f4deb1
SVN-Revision: 78
5 lines
111 B
Bash
5 lines
111 B
Bash
#!/bin/sh
|
|
[ -f /etc/motd ] && cat /etc/motd
|
|
export PATH=/bin:/sbin:/usr/bin:/usr/sbin
|
|
export PS1='\u@\h:\w\$ '
|