aboutsummaryrefslogtreecommitdiff
path: root/bin/u.rc
blob: c1415c587e14848fd57071cd297214fb073e676e (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/Users/ethan/plan9port/bin/rc

if(~ $#PLAN9 1) opath=$path i=() {
	path=()
	for(i in $opath){
		if(! ~ $i $PLAN9/bin)
			path=($path $i)
	}
	path=($path $PLAN9/bin)
}
! ~ $#* 0 && exec $*