#!/usr/bin/perl

use strict;
use warnings;
use JS;

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