Subversion Repositories planix.SVN

Rev

Rev 2 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 - 1
#!/bin/rc
2
# unbindpc - unbind files from ../pc into .
3
if (! test -e etherigbe.c)
4
	exit ''
5
 
6
rfork e
7
for (f in `{ls -d pc?*pxe | grep -v '\.'})
8
	unmount $f >[2]/dev/null
9
unmount .
10
unmount /tmp/blank
11
# unmount ../port/systab.h
12
exit ''