#!/usr/bin/env perl

use warnings;
use strict;

use App::ShellCheckWiki;

App::ShellCheckWiki->run();
exit 0;
