# File app/bin/mini_backup.rb, line 14
def
main
(
argv
)
# 引数解析
if
parse_args
(
argv
)
# 処理実行
act
end
end