Merge branch 'master' of ssh://github.com/engineer-man/piston

This commit is contained in:
Brian Seymour 2021-01-21 19:32:49 -06:00
commit 9237806dee
5 changed files with 14 additions and 9 deletions

View file

@ -1,4 +1,5 @@
#!/bin/bash
cd /tmp/$2
timeout -s KILL 3 python3 -m paradoc code.code < args.args
export PYTHONPATH=$PYTHONPATH:/opt/paradoc
timeout -s KILL 3 python3.8 -m paradoc code.code < args.args