1
0
Fork 0
mirror of https://github.com/engineer-man/piston.git synced 2025-05-13 15:16:26 +02:00

Removed unnecessary argument from execute and executors

This commit is contained in:
ThreshMain 2021-02-05 16:50:57 +01:00
parent 8cc1f6c2b5
commit e1ef091570
No known key found for this signature in database
GPG key ID: BFC472F2D308EDB3
35 changed files with 36 additions and 35 deletions
lxc/executors

View file

@ -1,4 +1,4 @@
#!/bin/bash
cd /tmp/$2
cd /tmp/$1
timeout -s KILL 3 xargs -a args.args -d '\n' lua code.code < stdin.stdin