--- elwix/config/etc/default/pceng/led.sh 2011/10/24 20:43:32 1.1 +++ elwix/config/etc/default/pceng/led.sh 2011/11/02 09:51:32 1.2 @@ -0,0 +1,9 @@ +#!/bin/sh +# +# LED event script +# +# $Id: led.sh,v 1.2 2011/11/02 09:51:32 misho Exp $ + +STATE=${1:-0} + +logger "LED changes $STATE"