piston/lxc/executors/julia
Tommy-Xavier Robillard fab8873d85 Added julia support.
2020-05-02 00:00:46 -04:00

2 lines
110 B
Text
Executable file

cd /tmp/$2
runuser runner$1 -c "cd /tmp/$2 ; cat args.args | xargs -d '\n' timeout -s KILL 3 julia code.code"