--- embedtools/etc/led.sh 2011/07/22 14:45:30 1.1 +++ embedtools/etc/led.sh 2012/07/22 22:46:46 1.2 @@ -0,0 +1,9 @@ +#!/bin/sh +# +# LED event script +# +# $Id: led.sh,v 1.2 2012/07/22 22:46:46 misho Exp $ + +STATE=${1:-0} + +logger "LED changes $STATE"