1
0
Fork 0
mirror of https://github.com/fmap/muflax65ngodyewp.onion synced 2024-06-29 10:36:48 +02:00
muflax65ngodyewp.onion/commands/wips.rb
2012-04-12 19:00:22 +02:00

8 lines
192 B
Ruby

usage 'wips'
summary 'find all :wip articles'
description 'Finds all drafts, i.e. articles marked as :wip.'
run do |opts, args, cmd|
system "grep -l ':wip' content*/**/*.mkd"
end