1
0
Fork 0
mirror of https://github.com/fmap/muflax65ngodyewp.onion synced 2024-07-03 11:00:42 +02:00
muflax65ngodyewp.onion/tasks/misc.rake

7 lines
121 B
Ruby
Raw Normal View History

2012-02-04 22:02:54 +01:00
# some misc helper functions
desc "find all :wip articles"
task :wips do
system "grep -l ':wip' content/**/*.mkd"
end