aboutsummaryrefslogtreecommitdiff
path: root/script/bootstrap.sh
diff options
context:
space:
mode:
Diffstat (limited to 'script/bootstrap.sh')
-rwxr-xr-xscript/bootstrap.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/script/bootstrap.sh b/script/bootstrap.sh
new file mode 100755
index 0000000..083bf5d
--- /dev/null
+++ b/script/bootstrap.sh
@@ -0,0 +1,9 @@
+#!/usr/bin/env bash
+
+set -e
+
+SCRIPTS_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
+pushd $SCRIPTS_DIR/..
+
+source $SCRIPTS_DIR/bootstrap/chipkit.sh
+source $SCRIPTS_DIR/bootstrap/arduino.sh