1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-06 03:01:18 +02:00
openwrt/root/etc/profile
Mike Baker eaaf8bfc1d *** empty log message ***
SVN-Revision: 79
2004-07-07 05:47:04 +00:00

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