mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-22 21:16:29 +02:00
6 lines
126 B
Bash
6 lines
126 B
Bash
#!/bin/bash
|
|
|
|
cd /tmp/$1
|
|
cp code.code code.d
|
|
timeout -s KILL 10 dmd code.d
|
|
timeout -s KILL 3 xargs -a args.args -d '\n' ./code
|