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