Skip to content

Instantly share code, notes, and snippets.

@Lytol
Created November 5, 2009 18:42
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 Lytol/227278 to your computer and use it in GitHub Desktop.
Save Lytol/227278 to your computer and use it in GitHub Desktop.
rake <options> <tasks> ...;
options = [(-T | --tasks) | (-v | --verbose)] ...;
tasks = ! [ -e .rake_compleat ] && cat .rake_compleat || rake -T | cut -f2 -d' ' | tee .rake_compleat ;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment