From 6c5c216c404461ef8e922d2bb81a618d58ffc5a5 Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Sun, 12 Jul 2015 12:51:20 +0100 Subject: [PATCH] add scripts --- scripts/bootstrap.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 scripts/bootstrap.sh diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh new file mode 100755 index 0000000000..155282ce9b --- /dev/null +++ b/scripts/bootstrap.sh @@ -0,0 +1,4 @@ +#!/bin/sh +set -e +cd ../babel +npm link babylon