#!/usr/bin/env perl

use strict;
use warnings;
use JS;

JS->new->run(@ARGV);
