Skip to content

Commit

Permalink
+ TODO blabbing
Browse files Browse the repository at this point in the history
  • Loading branch information
floere committed Oct 21, 2010
1 parent 9a9a987 commit f00f1c0
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions server/prototype_project/Rakefile
@@ -1,7 +1,11 @@
require 'picky-tasks'

desc "Finds what needs to be done for you."
desc "Finds where Picky still needs input from you."
task :todo do
system "grep -e 'TOx*DO.*' -n --color=always -R *"
if system "grep -e 'TOx*DO.*' -n --color=always -R *"
puts "Picky needs a bit of input from you there. Thanks."
else
puts "Picky seems to be fine (no TO#{}DOs found)."
end
end
task :default => :todo

0 comments on commit f00f1c0

Please sign in to comment.