erlang-rebar/rebar.escript

6 lines
80 B
Erlang

#!/usr/bin/env escript
%%! -noshell -noinput
main (Args) ->
rebar:main(Args).