Last active
December 24, 2015 08:19
-
-
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)"
This file contains hidden or 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 | |
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