mirror of
https://github.com/engineer-man/piston.git
synced 2025-07-01 19:48:46 +02:00
Merge pull request #73 from TitouanT/java_cd_fix
fixed java executor to be in the correct directory
This commit is contained in:
commit
aa4f4bfafb
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
cd /tmp/$2
|
||||||
cp code.code interim.java
|
cp code.code interim.java
|
||||||
timeout -s KILL 10 xargs -a args.args -d '\n' java interim.java < stdin.stdin
|
timeout -s KILL 10 xargs -a args.args -d '\n' java interim.java < stdin.stdin
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue