Created
September 19, 2023 16:55
-
-
Save iTrooz/12c47adf845874507a92b94f5eaa9e49 to your computer and use it in GitHub Desktop.
TMate anywhere
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
# Simple command combination to download + start tmate anywhere | |
wget https://github.com/tmate-io/tmate/releases/download/2.4.0/tmate-2.4.0-static-linux-amd64.tar.xz -P /tmp && tar -xvf /tmp/tmate-2.4.0-static-linux-amd64.tar.xz -C /tmp && /tmp/tmate-2.4.0-static-linux-amd64/tmate |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment