Skip to content

Instantly share code, notes, and snippets.

@Webbrother
Last active September 19, 2018 15:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Webbrother/6212a88e7a470e499cae9925092dea7c to your computer and use it in GitHub Desktop.
Save Webbrother/6212a88e7a470e499cae9925092dea7c to your computer and use it in GitHub Desktop.
GIST_URL=
GIST_FILE=temp_gist.sh
curl -o ./$GIST_FILE $GIST_URL
chmod 700 $GIST_FILE
./$GIST_FILE
rm $GIST_FILE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment