Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
arun-babu committed Jan 19, 2020
1 parent d5e4a5e commit dd944e2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion formal-proof/run.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#!/bin/sh

cat header > input

cat ../https.js | grep prover9: | cut -f2- -d':' >> input
grep prover9: ../https.js | cut -f2- -d':' >> input

echo end_of_list. >> input
echo >> input
Expand Down

0 comments on commit dd944e2

Please sign in to comment.