The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

nodie.pl - runs command again when its dead

VERSION

version 1.02

SYNOPSIS

    nodie.pl [ -e|--exitcodes=0,2 ] [ -l|--log='&STDERR' ] command arg1 arg2 ...

    nodie.pl -h|--help

DESCRIPTION

nodie.pl is a part of App::nodie package that runs command again when its dead.

Arguments

--exitcodes

--exitcodes or -e specifies that expected exit codes for graceful termination of command in comma separated string. By default '0,2'.

--log

--log or -l enables printing logs and specifies log file name/descriptor. If log file name/descriptor isn't specified in argument, default is '&STDERR'. '-' is synonym with '&STDOUT'. File descriptors must start with '&', eg '&2'.

REPOSITORY

GitHub https://github.com/orkunkaraduman/App-nodie

CPAN https://metacpan.org/release/App-nodie

AUTHOR

Orkun Karaduman (ORKUN) <orkun@cpan.org>

COPYRIGHT AND LICENSE

Copyright (C) 2017 Orkun Karaduman <orkunkaraduman@gmail.com>

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.