Last active
July 1, 2024 14:19
-
-
Save curegit/1c63423c11a8b6c5075fa04122683fc8 to your computer and use it in GitHub Desktop.
SSH 端末を開くデスクトップショートカット
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
| #!/usr/bin/env xdg-open | |
| [Desktop Entry] | |
| Version=1.0 | |
| Type=Application | |
| Terminal=false | |
| Exec=/usr/bin/gnome-terminal -- ssh atlantica | |
| Name=SSH | |
| Comment=SSH |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment