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

Cosmetics

parent 0aacb102
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ start:
@echo Creating tmux session...
@tmux new-session -d -s ${SESSION_NAME} \
|| (echo Please run \"make stop\" to close the current session.; exit 1)
|| (echo Run \"make stop\" to close the current session.; exit 1)
@tmux rename-window -t ${SESSION_NAME}:1 main
@tmux split-window -v -t ${SESSION_NAME}:main
......
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