in reply to Re: stop a .pl script from launching within a larger script
in thread stop a .pl script from launching within a larger script

So I forget to mention that the original setup script is a fairly large .sh and this gets uncompressed. Is there a way to include the comment from the command line itself eg: #starter.pl /blah1/blah2/blahx.sh Where when blahx.sh executes it fails at a check.pl script. I want it not run that check.pl script Thanks for your help

  • Comment on Re^2: stop a .pl script from launching within a larger script

Replies are listed 'Best First'.
Re^3: stop a .pl script from launching within a larger script
by soonix (Chancellor) on Aug 07, 2015 at 08:18 UTC
    Still sounds like →this is the solution. Otherwise, you should tell us why you can't apply it.