From 715570c24e89cea414feb181be3aee65df1ceec5 Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Thu, 14 Apr 2011 17:41:48 +0000 Subject: remove crap, looks like import fuckup from iso --- rc/bin/F003758 | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100755 rc/bin/F003758 (limited to 'rc/bin/F003758') 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 [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 -- cgit v1.2.3