mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-22 13:06:27 +02:00
finish adding kotlin and perl
This commit is contained in:
parent
f42462cb41
commit
e1f1e6b3c5
8 changed files with 25 additions and 4 deletions
|
@ -78,6 +78,9 @@ case "$lang" in
|
|||
"node" | "js" | "javascript")
|
||||
bin=node
|
||||
;;
|
||||
"perl")
|
||||
bin=perl
|
||||
;;
|
||||
"php")
|
||||
bin=php
|
||||
;;
|
||||
|
|
0
lxc/executors/elixir
Normal file → Executable file
0
lxc/executors/elixir
Normal file → Executable file
2
lxc/executors/perl
Executable file
2
lxc/executors/perl
Executable file
|
@ -0,0 +1,2 @@
|
|||
cd /tmp/$2
|
||||
runuser runner$1 -c "cd /tmp/$2 ; cat args.args | xargs -d '\n' timeout -s KILL 3 perl code.code"
|
1
lxc/test.exs
Normal file
1
lxc/test.exs
Normal file
|
@ -0,0 +1 @@
|
|||
IO.puts("good")
|
Loading…
Add table
Add a link
Reference in a new issue