Created
September 30, 2014 04:08
-
-
Save RWJMurphy/e84371bb08d2449e9987 to your computer and use it in GitHub Desktop.
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 | |
function test { | |
echo ${FOO:=$(curl https://gist.githubusercontent.com/RWJMurphy/ded51ead3b153364099a/raw/348c26370e90b6c77a08a2e8fb3258fa6f1a7426/gistfile1.txt)} | |
} | |
test | |
test | |
test |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment