Skip to content

Instantly share code, notes, and snippets.

@mikerudolph
Created April 5, 2013 20:08
Show Gist options
  • Save mikerudolph/5322228 to your computer and use it in GitHub Desktop.
Save mikerudolph/5322228 to your computer and use it in GitHub Desktop.
function name {
say "doing stuff"
cat > $WORKSPACE/config.yml <<-CONFIG
hub:
host: "local"
path: "/hub"
port: "80"
CONFIG
}
@michaelcunningham19
Copy link

Wat

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment