home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Acorn User: China
/
Acorn User China CD-ROM (UK) (Disc A)
/
Acorn User China CD-ROM (UK) (Disc A).bin
/
HENSA
/
MATHS
/
PLPLOT
/
PLPLOT.ZIP
/
plimp
< 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
|
1994-03-23
|
317 b
|
17 lines
#!/bin/sh
cd ..
if [ -f plplot.tar.gz ]; then
echo "Gunzip plplot.tar.gz"
gunzip plplot.tar.gz
echo "untarring plplot.tar"
tar xvf plplot.tar
echo "Updating .import"
touch plplot/.import
else
echo "No file plplot.tar.gz. Do you know what you're doing?"
fi