Openwrt/root/etc/profile

5 lines
111 B
Plaintext
Raw Normal View History

#!/bin/sh
[ -f /etc/motd ] && cat /etc/motd
export PATH=/bin:/sbin:/usr/bin:/usr/sbin
export PS1='\u@\h:\w\$ '