1
0
Fork 0
mirror of https://github.com/fmap/muflax65ngodyewp.onion synced 2024-06-18 09:16:48 +02:00
muflax65ngodyewp.onion/commands/backup/links.rb
2012-04-12 19:00:22 +02:00

8 lines
147 B
Ruby

usage 'links'
summary 'backup links'
description 'Backups all external links in content files.'
run do
system "./backup-links.sh"
end