pidor/scripts/lockbutton.sh.d/02receiver.sh

6 lines
90 B
Bash
Raw Normal View History

#!/bin/bash
if [ "$1" = "pushed" ]
then
$(dirname $0)/../lightcommander receiver off
fi