summaryrefslogtreecommitdiffstats
path: root/abs/extra/web-on-linhes/web-on-linhes.sh
blob: 11098baeed3cd8eaec1818f0c0b8eb2f59a81e58 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
#Script to facilitate Web On LinHES
#Runs irxevent
irxevent /home/mythtv/.mythtv/wol-lircrc &
#Stops xscreensaver from running. 
stop_xss.sh &
#Launches chromium in full screen
chromium $@ 
#Once done, stops irxevent and stop_xss.sh
killall irxevent
killall stop_xss.sh