Skip to content

Instantly share code, notes, and snippets.

@RWJMurphy
Created September 30, 2014 04:08
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save RWJMurphy/e84371bb08d2449e9987 to your computer and use it in GitHub Desktop.
#!/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