<div dir="ltr">I've recently had the opportunity to dive into escripts a little.  Fascinating.  <div><br></div><div>I haven't been able to glean a few things from the documentation, however, and if anyone has experience with escripts, I'd love to hear their thoughts.</div><div><br></div><div>1.  It looks like, if your OTP application named 'bob' with one dependency 'mary' looks like this:</div><div><br></div><div>src/bob.erl</div><div>ebin/bob.beam</div><div>ebin/bob.app.src</div><div>deps/mary/src/mary.erl</div><div>deps/mary/ebin/mary.beam</div><div>deps/mary/ebin/mary.app.src</div><div>priv/secret.code</div><div><br></div><div>that the code module wants to get an {archive, ZippedBinary} block that unzips to</div><div><br></div><div>bob/ebin/bob.beam</div><div>bob/ebin/bob.app.src</div><div>mary/ebin/mary.app.src</div><div>mary/ebin/mary.beam</div><div>priv/secret.code</div><div><br></div><div>is that, for want of a formal document, the accepted right way of forming an archive block, all else being equal?</div><div><br></div><div>2.  Is there an escript 2nd-line (%%!) best practice/optimal options for most standard escripts that some old timer can recommend?</div><div><br></div><div>F.</div></div>