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/videos.rb
2012-04-12 19:00:22 +02:00

8 lines
142 B
Ruby

usage 'videos'
summary 'backup videos'
description 'Backups all videos in content files.'
run do
system "./backup-videos.rb"
end