Skip to content

Instantly share code, notes, and snippets.

@pbyrne
Last active December 14, 2015 22:09
Show Gist options
  • Save pbyrne/5156559 to your computer and use it in GitHub Desktop.
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`.
#!/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