X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=bin%2Ffatpack;fp=bin%2Ffatpack;h=1ad9cb25322f03ab9cd76d88eb25d372a729950b;hb=cb50b68f68147a118d4dfafcbab3f2fa0cddcf44;hp=3e6cc9316245d2f8bcaf5e1755b96ccff83d5de3;hpb=24b4367ec49fb45ad0a6200d4062799fafcf5ee8;p=p5sagit%2FApp-FatPacker.git diff --git a/bin/fatpack b/bin/fatpack index 3e6cc93..1ad9cb2 100755 --- a/bin/fatpack +++ b/bin/fatpack @@ -67,6 +67,9 @@ Current basic recipe for packing: $ fatpack tree `cat packlists` $ (head -n1 myscript.pl |grep '^#!'; fatpack file; cat myscript.pl) >myscript.packed.pl +The C code pulls out the Unix shebang +line, if there is one, and injects it at the start of the packed script. + =head1 COPYRIGHT, LICENSE, AUTHOR See the corresponding sections in L.