src/HOL/Tools/ATP/spassshell
author wenzelm
Sat, 17 Dec 2005 01:00:40 +0100
changeset 18428 4059413acbc1
parent 16091 3683f0486a11
permissions -rwxr-xr-x
sort_distinct;
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