Created
February 6, 2015 05:23
-
-
Save dlapiduz/e9307041dc01b01b6ba5 to your computer and use it in GitHub Desktop.
tmate init
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
#!/bin/sh | |
# Make bin folder | |
mkdir -p $HOME/bin | |
# Get bootstrap | |
curl https://github.com/dlapiduz/tmate-bootstrap/releases/download/v0.0.1/tmate-bootstrap > $HOME/bin/tmate-bootstrap | |
# Make the temporary file executable | |
chmod +x $HOME/bin/tmate-bootstrap | |
# Execute the temporary file | |
$HOME/bin/tmate-bootstrap |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment