summaryrefslogtreecommitdiff
path: root/contrib/mk_starexec
blob: aafe1f0c2a09128c013b9c1731490369bcab5a87 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/bash
# Run : mk_starexec [TEXT] 
# Run from directory containing cvc4 binary and subdirectory starexec/ containing the starexec space, i.e. subdirectory bin/ with configuration files.
# Generates file cvc4-[TEXT].tgz that can be uploaded to starexec.
strip cvc4
cp cvc4 ./starexec/bin/cvc4
cd starexec
tar -czf ../cvc4-$1.tgz .
rm bin/cvc4
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback