From bb9e2cef0c8f681dc38e09ee4e427649d89d1b44 Mon Sep 17 00:00:00 2001 From: Brad Anderson Date: Wed, 18 Aug 2010 16:48:50 -0400 Subject: lay down cloudant build system. --- bootstrap | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 bootstrap (limited to 'bootstrap') diff --git a/bootstrap b/bootstrap new file mode 100755 index 00000000..a3fa7a2d --- /dev/null +++ b/bootstrap @@ -0,0 +1,5 @@ +#!/bin/bash + +# copy templates into place +echo "copying default rebar templates to ~/.rebar" +cp -R .rebar ~/ -- cgit v1.2.3