#!/usr/bin/perl

use strict;
use warnings;

BEGIN {
    $0 = $ENV{INIT_SCRIPT_NAME};
}

use Ubic::Run;
