This commit is contained in:
Brian Seymour 2020-06-04 20:02:56 -05:00
commit 5c1d85fe11
4 changed files with 10 additions and 1 deletions

2
lxc/executors/emacs Executable file
View file

@ -0,0 +1,2 @@
cd /tmp/$2
runuser -l runner$1 -c "cd /tmp/$2 ; cat args.args | xargs -d '\n' timeout -s KILL 3 emacs -Q --script code.code"