3 lines
61 B
Plaintext
3 lines
61 B
Plaintext
|
#!/bin/sh
|
||
|
exec ./kissat --unsat --psids=true $1 $2/proof.out
|