#!/bin/bash # Fail on first errorset -e ## Compile erlc -I include -o ebin src/*.erl ## Use application installer to perform actual installation## into erlang distropriv/rebar install