================================================================================
Escript shebangs (env)
================================================================================
#!/usr/bin/env escript

--------------------------------------------------------------------------------

(source
  (shebang))

================================================================================
Escript shebangs (exact path)
================================================================================
#!/usr/local/bin/escript

--------------------------------------------------------------------------------

(source
  (shebang))
