mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-22 04:56:30 +02:00
add nim
This commit is contained in:
parent
d86eb04dec
commit
1c1fa316e5
6 changed files with 30 additions and 0 deletions
5
lxc/executors/nim
Normal file
5
lxc/executors/nim
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue