Created
April 8, 2020 08:22
-
-
Save JhoLee/328487f9fd72c5e77a84f1521afcea78 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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