This website requires JavaScript.
Explore
Help
Sign In
Mascali
/
piston
mirror of
https://github.com/engineer-man/piston.git
Watch
1
Star
0
Fork
You've already forked piston
0
Code
Issues
Projects
Releases
Wiki
Activity
60af1efaad
piston
/
docker
/
executors
/
go
8 lines
95 B
Plaintext
Raw
Normal View
History
Unescape
Escape
constrain go, add user home dir
2018-09-21 16:58:01 +02:00
file=$1
args
2018-10-06 03:26:22 +02:00
timeout -s KILL 10 go build $file
constrain go, add user home dir
2018-09-21 16:58:01 +02:00
file=${file%%.*}
update number of args
2018-10-06 03:43:42 +02:00
timeout -s KILL 3 ./$file ${@:3}