Skip to content

Instantly share code, notes, and snippets.

@Peeja
Last active December 13, 2015 19:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Peeja/4963777 to your computer and use it in GitHub Desktop.
Save Peeja/4963777 to your computer and use it in GitHub Desktop.
task :foo do
sh 'echo $FOO'
end
#!/bin/sh
FOO=bar rake foo
rake FOO=bar foo
rake foo FOO=bar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment