'file' command now moves shebang line and prints script content
[p5sagit/App-FatPacker.git] / bin / fatpack
index e56350d..83c395e 100755 (executable)
@@ -65,7 +65,7 @@ Current basic recipe for packing:
   $ fatpack trace myscript.pl
   $ fatpack packlists-for `cat fatpacker.trace` >packlists
   $ fatpack tree `cat packlists`
-  $ (fatpack file; cat myscript.pl) >myscript.packed.pl
+  $ fatpack file myscript.pl >myscript.packed.pl
 
 =head1 COPYRIGHT, LICENSE, AUTHOR