Warning: Attempt to read property "date" on null in /usr/local/www/websvn.planix.org/blame.php on line 247

Warning: Attempt to read property "msg" on null in /usr/local/www/websvn.planix.org/blame.php on line 247
WebSVN – planix.SVN – Blame – /os/branches/feature_fixcpp/sys/src/9/pcboot/unbindpc – Rev 2

Subversion Repositories planix.SVN

Rev

Go to most recent revision | Details | 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 ''