3 lines
86 B
Plaintext
3 lines
86 B
Plaintext
|
#!/bin/sh
|
||
|
exec ./kissat --target=1 --walkinitially=true --chrono=true $1 $2/proof.out
|