Last active
August 29, 2015 14:06
-
-
Save skippy/d8dea7751eefe2478a3f to your computer and use it in GitHub Desktop.
sample shell script execution from curl
This file contains 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
#!/usr/bin/env sh | |
echo "Hello World" | |
This file contains 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
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