mirror of
https://github.com/engineer-man/piston.git
synced 2025-05-11 06:06:26 +02:00
5 lines
100 B
Bash
Executable file
5 lines
100 B
Bash
Executable file
#!/bin/sh
|
|
|
|
cd ../..
|
|
mcs $(echo $1 | sed 's/\///') -out:tmp/binary
|
|
timeout -s KILL 3 mono tmp/binary
|