Merge pull request #73 from TitouanT/java_cd_fix

fixed java executor to be in the correct directory
This commit is contained in:
Brian Seymour 2021-02-05 16:08:54 -06:00 committed by GitHub
commit aa4f4bfafb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
#!/bin/bash
cd /tmp/$2
cp code.code interim.java
timeout -s KILL 10 xargs -a args.args -d '\n' java interim.java < stdin.stdin