Skip to content

Instantly share code, notes, and snippets.

@CrackerStealth
CrackerStealth / patch_openhab_bluetooth.sh
Last active November 7, 2015 11:50
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!
#