创建escript应用程序后:
$ rebar3 new escript hello
我可以使用rebar3运行,而不是先调用escriptize吗?
escriptize
也就是说像这样的东西?
$ rebar3 run
https://stackoverflow.com/questions/38284496
相似问题