Files
greenhouse-openHAB/start.sh

7 lines
116 B
Bash

#!/bin/sh
echo Launching the openHAB runtime...
DIRNAME=`dirname "$0"`
exec "${DIRNAME}/runtime/bin/karaf" "${@}"