#!/usr/bin/perl
use strict;
use warnings;
use Unix::Shebang;

Unix::Shebang->run;
