aboutsummaryrefslogtreecommitdiffstats
path: root/bin/cron-wrapper
blob: b93695cb0a9546875dfdc4ffed7ce214449ec2be (plain)
1
2
3
4
5
6
7
8
9
#!/usr/bin/env perl

BEGIN {    # set all the paths to the perl code
    use FindBin;
    require "$FindBin::Bin/../setenv.pl";
}

exec { $ARGV[0] } @ARGV;