Skip to content

Instantly share code, notes, and snippets.

@JhoLee
Created April 8, 2020 08:22
Show Gist options
  • Save JhoLee/328487f9fd72c5e77a84f1521afcea78 to your computer and use it in GitHub Desktop.
Save JhoLee/328487f9fd72c5e77a84f1521afcea78 to your computer and use it in GitHub Desktop.
#!/bin/sh
tmux new-session -d 'htop'
tmux split-window -h 'watch -n 1 -d nvidia-smi'
tmux split-window -v 'watch -n 1 -d sensors'
# tmux -2 attach-session -d
tmux -2 attach-session -d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment