Skip to content
Snippets Groups Projects
Commit 8cc9b4af authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Fix typo

parent fb734ca1
No related branches found
No related tags found
No related merge requests found
......@@ -48,10 +48,10 @@ start:
@# PMT rates and HRV
@#
@tmux new-window -n doms -t ${SESSION_NAME}
@tmux new-window -n pmts -t ${SESSION_NAME}
@tmux split-window -v -t ${SESSION_NAME}:pmts
@tmux send-keys -t ${SESSION_NAME}:pmts.1 \
"python scripts/pmt_rates.py -d ${DETECTOR_ID} -p ${MONITORING_LIGIER_PORT} -i 20 -d 1" Enter
"python scripts/pmt_rates.py -d ${DETECTOR_ID} -p ${MONITORING_LIGIER_PORT} -i 20 -u 1" Enter
@tmux send-keys -t ${SESSION_NAME}:pmts.2 \
"echo nothing to see here" Enter
@tmux select-layout even-vertical
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment