1
0
Fork 0
mirror of https://github.com/fmap/muflax65ngodyewp.onion synced 2024-07-01 10:46:49 +02:00
muflax65ngodyewp.onion/tasks/misc.rake
2012-02-04 22:02:54 +01:00

7 lines
121 B
Ruby

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