aboutsummaryrefslogtreecommitdiff
path: root/glacier
blob: d2872bc0a6e5e6d449e0fff9d7755a388fbf78ae (plain)
1
2
3
4
5
6
7
8
9
10
11
#! /bin/sh
#! -*-perl-*-
eval 'exec perl -x -wS $0 ${1+"$@"}'
    if 0;

use strict;
use warnings;
use App::Glacier;

App::Glacier->new([@ARGV])->run;

Return to:

Send suggestions and report system problems to the System administrator.