File rebar.escript of Package erlang-rebar

#!/usr/bin/env escript
%%! -noshell -noinput

main (Args) ->
	rebar:main(Args).