shithub: bin.rc

ref: 25f9e2963d99c77c9c6c259820474c89076e0921
dir: /bin/local/

View raw version
#!/bin/rc -e

if(~ $#ws 0)
	ws=/tmp
while(~ $1 -* && ! ~ $1 --){
	switch($1){
	case -r
		. $ws/mounts
		plumb 'Local . '$ws'/mounts'
		exit
	}
	shift
}
if(~ $1 --)
	shift

echo $"* >>$ws/mounts 
uniq $ws/mounts >$ws/mounts.q
mv $ws/mounts.q $ws/mounts

eval $* && plumb 'Local '$"*