#!/usr/bin/env perl

use strict;
use warnings;

use App::GitHub::update;
App::GitHub::update->run( @ARGV );
