remove file after exec
This commit is contained in:
parent
e55d18801f
commit
3103f6c17f
|
@ -57,3 +57,5 @@ docker run \
|
||||||
-v $dir/executors/cpp:/executor_cpp \
|
-v $dir/executors/cpp:/executor_cpp \
|
||||||
piston \
|
piston \
|
||||||
timeout -s HUP 3 /$bin /$file $file 2>&1
|
timeout -s HUP 3 /$bin /$file $file 2>&1
|
||||||
|
|
||||||
|
rm -f /tmp/$file
|
||||||
|
|
Loading…
Reference in New Issue