1
0
Fork 0
mirror of https://github.com/dirtbags/moth.git synced 2025-01-07 12:30:47 -07:00
moth/sh4pwn/skeleton/etc/profile

7 lines
118 B
Text
Raw Normal View History

2011-10-11 15:38:34 -06:00
PATH=/bin
[ $USER = root ] && PATH=/sbin:/bin
for i in /opt/*/bin; do
[ -d $i ] && PATH=$i:$PATH
done
export PATH