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

11 lines
209 B
Ruby

usage 'backup'
summary 'backup external data'
description 'Backups external data.'
run do |_, _, cmd|
# backup everything
%w(links videos).each do |s|
cmd.command_named(s).run([])
end
end