aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/netdisco/files/localenv.in
blob: e1bc04752b1bc0ee4153ed39723286ca65770af8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/local/bin/perl

use strict;
use warnings;

use lib '%%ETCDIR%%/perl5/lib/perl5';
use local::lib '%%ETCDIR%%/perl5';

unless ( caller ) {
    if ( @ARGV ) {
        exec @ARGV;
    }
}