src/HOL/Tools/ATP/spassshell
author wenzelm
Mon, 29 Aug 2005 16:18:04 +0200
changeset 17184 3d80209e9a53
parent 16091 3683f0486a11
permissions -rwxr-xr-x
use AList operations;
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
16091
3683f0486a11 further tweaks to the SPASS setup
paulson
parents: 16089
diff changeset
     1
#!/bin/sh
3683f0486a11 further tweaks to the SPASS setup
paulson
parents: 16089
diff changeset
     2
#  ID: $Id$
3683f0486a11 further tweaks to the SPASS setup
paulson
parents: 16089
diff changeset
     3
# Shell script to invoke SPASS and filter the output
16066
c2257f8a73bb Removed shell variables. Now uses isatool getenv -b SPASS_HOME.
quigley
parents: 16065
diff changeset
     4
16091
3683f0486a11 further tweaks to the SPASS setup
paulson
parents: 16089
diff changeset
     5
`isatool getenv -b SPASS_HOME`/SPASS  $* | \
3683f0486a11 further tweaks to the SPASS setup
paulson
parents: 16089
diff changeset
     6
    `isatool getenv -b ISABELLE_HOME`/src/HOL/Tools/ATP/testoutput.py
3683f0486a11 further tweaks to the SPASS setup
paulson
parents: 16089
diff changeset
     7