fix d
This commit is contained in:
parent
d07e563cb4
commit
e5a91bb71c
|
@ -3,4 +3,4 @@
|
||||||
cd /tmp/$2
|
cd /tmp/$2
|
||||||
cp code.code code.d
|
cp code.code code.d
|
||||||
timeout -s KILL 10 dmd code.d
|
timeout -s KILL 10 dmd code.d
|
||||||
timeout -s KILL 3 args -a args.args -d '\n' ./code
|
timeout -s KILL 3 xargs -a args.args -d '\n' ./code
|
||||||
|
|
Loading…
Reference in New Issue