#!/usr/bin/env perl

use App::Wax;

exit App::Wax->new->run(\@ARGV);
