mirror of
https://github.com/engineer-man/piston.git
synced 2025-05-04 02:46:28 +02:00
5 lines
104 B
Bash
Executable file
5 lines
104 B
Bash
Executable file
#!/bin/sh
|
|
|
|
mv /*.code .
|
|
mcs $(echo $1 | sed 's/\///') -out:tmp/binary
|
|
timeout -s KILL 3 mono tmp/binary
|