17 lines
327 B
Bash
17 lines
327 B
Bash
#!/bin/sh
|
|
|
|
|
|
ME=$(readlink -f "$0")
|
|
MP=$(dirname "$ME")
|
|
. ${MP}/kino.conf
|
|
|
|
sudo ~/433Utils/RPi_utils/codesend 7594946#Leini Up
|
|
irsend -d /var/run/lirc/lircd-lirc0 SEND_ONCE ${LIRC_BEAMER_AUS}
|
|
|
|
${MP}/truhe_aus.sh
|
|
|
|
sleep 360 #Wait for Leini and Beamer cooldown
|
|
|
|
sispmctl -f ${PWR_BEAMER} #Beamer
|
|
sispmctl -f ${PWR_LEINI} #Leini
|