Skip to content

Instantly share code, notes, and snippets.

@korjjj
Last active February 19, 2020 01:55
Show Gist options
  • Save korjjj/5859789 to your computer and use it in GitHub Desktop.
Save korjjj/5859789 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