Skip to content

Instantly share code, notes, and snippets.

@shichao-an
Created April 25, 2014 22:08
Show Gist options
  • Save shichao-an/11304894 to your computer and use it in GitHub Desktop.
Save shichao-an/11304894 to your computer and use it in GitHub Desktop.
Run Bash script on the fly without downloading
wget -qO - "$1" | bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment