#!/usr/bin/env perl

use strict;
use warnings;

use App::logcat_format;

App::logcat_format->run;

exit 0;
