#!/usr/bin/env perl

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