Skip to content
Snippets Groups Projects
Commit 7a202084 authored by Robert Piotrowski's avatar Robert Piotrowski
Browse files

Porawka w tmux

parent 9eb3abd1
Branches
No related merge requests found
......@@ -228,7 +228,8 @@ MY_PATH=$(dirname $(realpath -s $0))
/usr/bin/tmux send-keys -t helloworld "date" C-m
/usr/bin/tmux send-keys -t helloworld "source virtenv/bin/active" C-m
/usr/bin/tmux send-keys -t helloworld "echo 'tutaj uruchom swoja app1'" C-m
/usr/bin/tmux split-window -t helloworld "echo 'tutaj uruchom swoja app2 w drugim panelu'"
/usr/bin/tmux split-window -t helloworld
/usr/bin/tmux send-keys -t helloworld "echo 'tutaj uruchom swoja app2 w drugim panelu'" C-m
```
- Podłączenie do sesji tmux uruchomionej podczas startu systemu
```bash
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment