home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ftp.ee.pdx.edu
/
2014.02.ftp.ee.pdx.edu.tar
/
ftp.ee.pdx.edu
/
pub
/
users
/
Harry
/
compilers
/
p6
/
runErr
< prev
next >
Wrap
Text File
|
2005-11-18
|
250b
|
11 lines
#!/bin/sh
#
# This is a version of run that does not show differences in the "out" files.
#
echo $1:
java Main < tst/$1.pcat 1> tst/$1.out 2> tst/$1.err
#diff -w tst/$1.out.bak tst/$1.out
diff -w tst/$1.err.bak tst/$1.err
rm tst/$1.out
rm tst/$1.err