-
-
Save lykinsbd/c925014f2d40a11648069885707cf51a to your computer and use it in GitHub Desktop.
GNS3 preferences terminal command
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
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