chan
Results
12
comments of
chan
here the code to load the ez bundle. ```erlang ok = code:set_primary_archive(Path,ArchiveBin,FileInfo,fun escript:parse_file/1), ok = application:start(App), ```
```shell usage: > cd path/to/app; mad ez ```