Merge pull request #51 from Pyroseza/master

Fixed paradoc and corrected python3
This commit is contained in:
Brian Seymour 2021-01-21 19:20:21 -06:00 committed by GitHub
commit 765d980ec2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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