#!/bin/sh # # Starts the crfndinc.pl perl script if [ "$#" = "0" ] then exec $PATH_BIN/perl.bin "$TROOT/perl/crfndinc.pl" else exec $PATH_BIN/perl.bin "$TROOT/perl/crfndinc.pl" "$@" fi