diff options
| author | Phillip Lord <phillip.lord@russet.org.uk> | 2019-06-17 17:24:13 +0100 |
|---|---|---|
| committer | Phillip Lord <phillip.lord@russet.org.uk> | 2019-06-17 17:24:13 +0100 |
| commit | d37519f54c903bc51377a261c070cb0e0987fbc5 (patch) | |
| tree | 852cba76d34ea2698aedcb864c7df8d90baac4e1 /robot/robot.sh | |
| parent | 50885fbeea8a282dc027b03b19097de3c6dabd18 (diff) | |
| download | org-drill-d37519f54c903bc51377a261c070cb0e0987fbc5.tar.gz org-drill-d37519f54c903bc51377a261c070cb0e0987fbc5.zip | |
Clean up robot testing
Diffstat (limited to 'robot/robot.sh')
| -rw-r--r-- | robot/robot.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/robot/robot.sh b/robot/robot.sh index 022b567..e0c3e6a 100644 --- a/robot/robot.sh +++ b/robot/robot.sh @@ -28,8 +28,9 @@ function send_answer { } function launch_emacs { - echo Launching $EMACS -Q -l $1 & - $EMACS -Q -l $1 & + echo Launching $EMACS -Q -l $* & + + $EMACS -Q -l $* & emacs_process_pid=$! } |
