mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-24 05:56:26 +02:00
add support for multiple arguments
This commit is contained in:
parent
60af1efaad
commit
101cf9aeeb
15 changed files with 38 additions and 28 deletions
|
@ -2,4 +2,4 @@ cp /*.code interim.java
|
|||
name=$(cat interim.java | grep -Eo 'public\s+class\s+([A-Za-z0-9]+)' | sed -n 's/ */ /gp' | cut -d' ' -f3)
|
||||
mv interim.java $name.java
|
||||
timeout -s KILL 10 javac $name.java
|
||||
timeout -s KILL 3 java $name ${@:3}
|
||||
timeout -s KILL 3 cat /*.args | xargs -d '\n' java $name
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue