Subject: | SYNOPSIS produces somewhat unusable script |
The documentation example says you should prepend the output from
fatpack onto your script. This breaks the shebang line on your script,
and if you try to execute it directly it no longer works. I would
suggest you change the documentation example to use something like this
instead:
(head -n1 myscript.pl |grep '^#!'; fatpack file; cat myscript.pl)
Show quoted text
>myscript.packed.pl