Skip to content

Instantly share code, notes, and snippets.

@lykinsbd
Forked from korjjj/terminal command
Created February 19, 2020 01:55
Show Gist options
  • Save lykinsbd/c925014f2d40a11648069885707cf51a to your computer and use it in GitHub Desktop.
Save lykinsbd/c925014f2d40a11648069885707cf51a to your computer and use it in GitHub Desktop.
GNS3 preferences terminal command
if tmux has-session -t gns3; then if ! tmux find-window %d; then tmux new-window -n %d "telnet %h %p"; fi; else xterm -e tmux new-session -s gns3 -n %d "telnet %h %p"; fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment