Skip to content

Instantly share code, notes, and snippets.

@skippy
Last active August 29, 2015 14:06
Show Gist options
  • Save skippy/d8dea7751eefe2478a3f to your computer and use it in GitHub Desktop.
Save skippy/d8dea7751eefe2478a3f to your computer and use it in GitHub Desktop.
sample shell script execution from curl
#!/usr/bin/env sh
echo "Hello World"
bash <(curl -s https://gist.githubusercontent.com/skippy/d8dea7751eefe2478a3f/raw/bootstrap.sh)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment