src/HOL/Tools/ATP/spassshell
author wenzelm
Fri, 21 Oct 2005 18:14:34 +0200
changeset 17956 369e2af8ee45
parent 16091 3683f0486a11
permissions -rwxr-xr-x
Goal.prove;
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