1
0
Fork 0
mirror of https://github.com/fmap/muflax65ngodyewp.onion synced 2024-06-26 10:26:48 +02:00

helper task: find :wip articles

This commit is contained in:
muflax 2012-02-04 22:02:54 +01:00
parent 8f38e2a615
commit 9e1db71768

6
tasks/misc.rake Normal file
View file

@ -0,0 +1,6 @@
# some misc helper functions
desc "find all :wip articles"
task :wips do
system "grep -l ':wip' content/**/*.mkd"
end