pidor/scripts/lockbutton.sh.d/01projector.sh

6 lines
82 B
Bash
Executable File

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