Created
December 12, 2019 11:36
-
-
Save perguth/d4cb1318749945268be9b6bacc9ce691 to your computer and use it in GitHub Desktop.
Shared terminal start script.
This file contains hidden or 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 | |
# Place in `/usr/local/bin/shell` | |
# Starts a terminal session that is shared among endpoints. | |
/usr/bin/tmux new -A -s session1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment