3 lines
65 B
Plaintext
3 lines
65 B
Plaintext
|
#!/bin/sh
|
||
|
exec ./cadical --target=0 --walk=false $1 $2/proof.out
|