Initial revision
[openwrt.git] / target / default / target_skeleton / root / .bash_profile
1 # .bash_profile
2
3 export PATH=\
4 /bin:\
5 /sbin:\
6 /usr/bin:\
7 /usr/sbin:\
8 /usr/bin/X11:\
9 /usr/local/bin
10
11 umask 022
12
13 if [ -f ~/.bashrc ]; then
14     source ~/.bashrc
15 fi