#!/usr/bin/env perl

!$ENV{GATEWAY_INTERFACE} or die "This script should be run from the command-line";

use strict;
use Apache2::WebApp::Helper::Project;

my $helper = Apache2::WebApp::Helper::Project->new;

$helper->process;
