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
Executable File
Raw
Blame
History
file=$1
timeout -s KILL 10 go build $file
file=${file%%.*}
timeout -s KILL 3 ./$file ${@:3}
Reference in New Issue
View Git Blame
Copy Permalink