$ fatpack tree `cat packlists`
$ (head -n1 myscript.pl |grep '^#!'; fatpack file; cat myscript.pl) >myscript.packed.pl
+The C<head -n1 myscript.pl |grep '^#!'> 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<App::FatPacker>.
$ fatpack tree `cat packlists`
$ (head -n1 myscript.pl |grep '^#!'; fatpack file; cat myscript.pl) >myscript.packed.pl
+The C<head -n1 myscript.pl |grep '^#!'> code pulls out the Unix shebang
+line, if there is one, and injects it at the start of the packed script.
+
See the documentation for the L<fatpack> script itself for more information.
The programmatic API for this code is not yet fully decided, hence the 0.9