Skip to content

Instantly share code, notes, and snippets.

@joshgillies
Created September 24, 2015 10:45
Show Gist options
  • Save joshgillies/93b445faf7eb6be0e38d to your computer and use it in GitHub Desktop.
Save joshgillies/93b445faf7eb6be0e38d to your computer and use it in GitHub Desktop.
echo "Hello, this is a Bash script.";
echo "\$Hook_params_* is populated with request parameters";
echo "\$Hook_params_hook:" $Hook_params_hook;
echo "\$Hook_params_name:" $Hook_params_owner;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment