aboutsummaryrefslogtreecommitdiff
path: root/robot/robot.sh
diff options
context:
space:
mode:
Diffstat (limited to 'robot/robot.sh')
-rw-r--r--robot/robot.sh5
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=$!
}