Skip to content

Instantly share code, notes, and snippets.

@cowboy
Last active December 24, 2015 08:19
Show Gist options
  • Save cowboy/6770094 to your computer and use it in GitHub Desktop.
Save cowboy/6770094 to your computer and use it in GitHub Desktop.
bash testing: bash -c "$(curl -fsSL https://gist.github.com/cowboy/6770094/raw/test.sh)"
!/bin/bash
echo '=== args ==='
echo '$0: '"$0"
echo "$@"
echo '=== ENV ==='
env
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment