#!/usr/bin/env perl

use strict;
use warnings;

use lib 'lib';

use Physics::Unit::Script qw/run_script/;

run_script;


