mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-23 05:26:28 +02:00
Merge pull request #51 from Pyroseza/master
Fixed paradoc and corrected python3
This commit is contained in:
commit
765d980ec2
5 changed files with 14 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue