#!/usr/bin/perl

use Swim::Command;
Swim::Command->new(argv => \@ARGV)->run;
