Skip to content

Instantly share code, notes, and snippets.

@punchagan
punchagan / install.sh
Last active August 29, 2015 14:04
A columned LEDStrip module for RPi
set -e
# Defaults to install where install.sh is located
INSTALL_DIR="$( cd "$(dirname "$0")" ; pwd -P )"
BUILD_DIR=${INSTALL_DIR}/BUILD
mkdir -p $BUILD_DIR
pushd $BUILD_DIR