From c828f590568e09ee258f8906781c5594b6bc36f4 Mon Sep 17 00:00:00 2001 From: Dave Smith Date: Sun, 29 Nov 2009 16:53:53 -0700 Subject: Fix some minor typos; create simple install/bootstrapping script --- install | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 install (limited to 'install') diff --git a/install b/install new file mode 100755 index 0000000..ea0b8b1 --- /dev/null +++ b/install @@ -0,0 +1,11 @@ +#!/bin/bash + +# Fail on first error +set -e + +## Compile +erlc -I include -o ebin src/*.erl + +## Use application installer to perform actual installation +## into erlang distro +priv/rebar install -- cgit v1.1