Advertisement
Guest User

Untitled

a guest
Feb 5th, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. #!/bin/sh
  2. tmux new-session -d 'python3.4 -m cloudbot' \;\
  3. set -g set-remain-on-exit on \;\
  4. split-window -v 'watch -n1 cat ./plugins/xonstat.py' \;\
  5. split-window -h 'watch -n200 touch ./plugins/xonstat.py' \;\
  6. respawn-pane -k \;\
  7. attach-session -d
  8.  
  9. tmux -2 start
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement