Skip to content

Instantly share code, notes, and snippets.

@perguth
Created December 12, 2019 11:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save perguth/d4cb1318749945268be9b6bacc9ce691 to your computer and use it in GitHub Desktop.
Save perguth/d4cb1318749945268be9b6bacc9ce691 to your computer and use it in GitHub Desktop.
Shared terminal start script.
#!/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