#!/usr/bin/ruby  -w

require "flog_cli"

FlogCLI.run

exit 0
