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, 0 insertions, 9 deletions
diff --git a/script/bootstrap.sh b/script/bootstrap.sh
deleted file mode 100755
index 083bf5d..0000000
--- a/script/bootstrap.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/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