mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-22 04:56:30 +02:00
7 lines
95 B
Text
Executable file
7 lines
95 B
Text
Executable file
file=$1
|
|
|
|
timeout -s KILL 10 go build $file
|
|
|
|
file=${file%%.*}
|
|
|
|
timeout -s KILL 3 ./$file ${@:3}
|