From 9e1db717680a853849e4815111c1f2713350c24b Mon Sep 17 00:00:00 2001 From: muflax Date: Sat, 4 Feb 2012 22:02:54 +0100 Subject: [PATCH] helper task: find :wip articles --- tasks/misc.rake | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tasks/misc.rake diff --git a/tasks/misc.rake b/tasks/misc.rake new file mode 100644 index 0000000..97fd7dd --- /dev/null +++ b/tasks/misc.rake @@ -0,0 +1,6 @@ +# some misc helper functions + +desc "find all :wip articles" +task :wips do + system "grep -l ':wip' content/**/*.mkd" +end