home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
H4CK3R 15
/
hacker15
/
15_H4CK3R#15.ISO
/
linux_security
/
engarde
/
ENGARDE_COMMUNITY_FEINT.ISO
/
bin
/
restore-config
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2002-05-30
|
254 b
|
17 lines
#! /bin/sh
if [ -z "$1" ]
then
echo -n 'Enter floppy device [/dev/fd0]: '
read FLOPPY
if [ -z "$FLOPPY" ]; then FLOPPY=/dev/fd0; fi
fi
if [ ! -b $FLOPPY ]
then
echo $FLOPPY is not a block device.
exit 1
fi
cd / && tar xvfp $FLOPPY