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/bash | |
# | |
# Starts a multiplexed terminal session with tmux running monitoring software. | |
# Requires grc, top, and set_pane (the latter of which is another one of my gists). | |
# Based off https://gist.github.com/vjt/1893884 | |
# | |
# tmux 1.7 or later recommended. | |
# | |
name=monitor |