home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Linux Cubed Series 3: Developer Tools
/
Linux Cubed Series 3 - Developer Tools.iso
/
devel
/
lang
/
forth
/
pfe-0.000
/
pfe-0
/
pfe-0.9.13
/
test
/
do-tests
< 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
|
1995-03-12
|
315 b
|
18 lines
#!/bin/sh
#
# run a few tests.
#
../src/pfe suite
echo "Hit return to test saving dictionary images and the tetris demo."
read returnkey
cd ../demo
../src/pfe -q -D tt.dic tt.app
../src/pfe -d tt.dic
rm tt.dic
echo "Using pfe as script interpreter:"
./argument 'first argument' ' second command line argument '