Last active
December 14, 2015 22:09
-
-
Save pbyrne/5156559 to your computer and use it in GitHub Desktop.
Testing curling a script to share with the team. Instead of a monsterous one-liner pasted into an email, try `curl SOME_GIST | bash -s param1 param2`.
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
#!/bin/bash | |
name=$1 | |
echo Hello, $name! How are you? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment