Skip to content

Instantly share code, notes, and snippets.

@ageldama
Created December 7, 2012 01:50
Show Gist options
  • Select an option

  • Save ageldama/4230085 to your computer and use it in GitHub Desktop.

Select an option

Save ageldama/4230085 to your computer and use it in GitHub Desktop.
tmux-automation: server log monitoring
tmux split-window
tmux split-window
tmux split-window
tmux select-layout tiled
tmux select-pane -t 0
tmux send-keys -t 0 "/usr/bin/ssh www@...... tail -f /sw_log/www/manager11.out" C-m
tmux send-keys -t 1 "/usr/bin/ssh www@...... tail -f /sw_log/www/manager12.out" C-m
#...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment