diff options
| author | cinap_lenrek <cinap_lenrek@localhost> | 2011-04-14 17:41:48 +0000 |
|---|---|---|
| committer | cinap_lenrek <cinap_lenrek@localhost> | 2011-04-14 17:41:48 +0000 |
| commit | 715570c24e89cea414feb181be3aee65df1ceec5 (patch) | |
| tree | 9b1bd5bd20e6453144e2bdfb521841a54b726e1e /rc/bin/F003758 | |
| parent | a150899221a5badff9740703b754f901b4f52762 (diff) | |
| download | plan9front-715570c24e89cea414feb181be3aee65df1ceec5.tar.xz | |
remove crap, looks like import fuckup from iso
Diffstat (limited to 'rc/bin/F003758')
| -rwxr-xr-x | rc/bin/F003758 | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/rc/bin/F003758 b/rc/bin/F003758 deleted file mode 100755 index ca9754765..000000000 --- a/rc/bin/F003758 +++ /dev/null @@ -1,18 +0,0 @@ -#!/bin/rc - -rfork e -part=`{ls /dev/fs/9fat /dev/sd*/9fat >[2]/dev/null} -if(~ $#part 0) { - echo 'no 9fat partition found' >[1=2] - exit no.9fat -} - -part=$part(1) - -if(! test -f /srv/dos) - dossrv >/dev/null </dev/null >[2]/dev/null - -unmount /n/9fat >/dev/null >[2]/dev/null -mount -c /srv/dos /n/9fat $part -unmount /n/9 >/dev/null >[2]/dev/null -mount -c /srv/dos /n/9 $part |
