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

6 lines
90 B
Bash
Executable File

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