#!/usr/bin/env perl

use strict; use warnings;
use Lingy::Command;

Lingy::Command->new(args => \@ARGV)->run;
