mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-22 04:56:30 +02:00
8 lines
189 B
Bash
Executable file
8 lines
189 B
Bash
Executable file
#!/bin/bash
|
|
|
|
cd /tmp/$1
|
|
|
|
sed 's/^.*$/:- forall((Goal = (\0), call(Goal)), (write(Goal), nl))./' stdin.stdin |
|
|
cat code.code - > code.pl
|
|
|
|
timeout -s KILL 3 swipl -g true -t halt code.pl
|