diff options
Diffstat (limited to 'abs/extra/web-on-linhes/web-on-linhes.sh')
-rw-r--r-- | abs/extra/web-on-linhes/web-on-linhes.sh | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/abs/extra/web-on-linhes/web-on-linhes.sh b/abs/extra/web-on-linhes/web-on-linhes.sh new file mode 100644 index 0000000..11098ba --- /dev/null +++ b/abs/extra/web-on-linhes/web-on-linhes.sh @@ -0,0 +1,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 |