src/HOL/Tools/ATP/spassshell
author haftmann
Wed, 09 Nov 2005 12:21:05 +0100
changeset 18126 b74145e46e0d
parent 16091 3683f0486a11
permissions -rwxr-xr-x
added join function
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