This commit is contained in:
Vrganj 2021-01-23 22:45:42 +01:00
parent d86eb04dec
commit 1c1fa316e5
6 changed files with 30 additions and 0 deletions

5
lxc/executors/nim Normal file
View file

@ -0,0 +1,5 @@
#!/bin/bash
cd /tmp/$2
timeout -s KILL 10 nim --hints:off c code.code
timeout -s KILL 3 xargs -a args.args -d '\n' ./code