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