openwrtv4/root/etc/profile
Mike Baker af49f4deb1 *** empty log message ***
SVN-Revision: 78
2004-07-07 05:42:50 +00:00

4 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\$ '