aboutsummaryrefslogtreecommitdiff
path: root/mangemanche
blob: db3f4a76a41bcf0cbfbaa35492a5a35758cd7ec7 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
#! -*-perl-*-
eval 'exec perl -x -S $0 ${1+"$@"}'
    if 0;
use strict;
use warnings;
use App::Mangemanche;
App::Mangemanche->new->run;



Return to:

Send suggestions and report system problems to the System administrator.