summaryrefslogtreecommitdiffstats
path: root/abs/extra/web-on-linhes/web-on-linhes.sh
diff options
context:
space:
mode:
authorCecil <knoppmyth@gmail.com>2012-02-25 04:02:30 (GMT)
committerCecil <knoppmyth@gmail.com>2012-02-25 04:02:30 (GMT)
commit1368d6f38aea282a5cb8efb6126ebabad8213a9f (patch)
tree106bfda06a9e95c6616d472ad99353a80e0d37b0 /abs/extra/web-on-linhes/web-on-linhes.sh
parent53392efe0ab854054363b0b1a4b57eacee42d421 (diff)
downloadlinhes_pkgbuild-1368d6f38aea282a5cb8efb6126ebabad8213a9f.zip
linhes_pkgbuild-1368d6f38aea282a5cb8efb6126ebabad8213a9f.tar.gz
linhes_pkgbuild-1368d6f38aea282a5cb8efb6126ebabad8213a9f.tar.bz2
web-on-linhes:Version 1.00.0
Diffstat (limited to 'abs/extra/web-on-linhes/web-on-linhes.sh')
-rw-r--r--abs/extra/web-on-linhes/web-on-linhes.sh11
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