Skip to content

Instantly share code, notes, and snippets.

@richbeales
richbeales / patch_openhab_bluetooth.sh
Last active February 11, 2016 21:12 — forked from CrackerStealth/patch_openhab_bluetooth.sh
BASH Script to Patch OpenHAB Bluetooth Binding For Linux
#!/bin/sh
# Patch OpenHAB Bluetooth Binding For Linux
#
# Description: Patches the bluetooth binding compiled for OpenHAB with the
# libraries needed to run on Linux. You should change the path to Java below
# in the JAVA_BIN enviornmental variable.
#
# PLACE THIS SCRIPT IN AN EMPTY DIRECTORY WITH THE OPENHAB BLUETOOTH BINDING!
#