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

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