summaryrefslogtreecommitdiffstats
path: root/abs/extra/web-on-linhes/stop_xss.sh
diff options
context:
space:
mode:
authorMichael Hanson <mihanson@linhes.org>2012-02-28 00:45:52 (GMT)
committerMichael Hanson <mihanson@linhes.org>2012-02-28 00:45:52 (GMT)
commitc99bc29e7809e31d4647641dd9152cd9ea2470bf (patch)
tree3576c7b01e7e5a23d2a6d44a7013cfada40465fd /abs/extra/web-on-linhes/stop_xss.sh
parent71d96013726763f077f74ea3bc96c43db61a8a5f (diff)
parentf5acdc079164abbdcecb95f36eeebd375eb47f8b (diff)
downloadlinhes_pkgbuild-c99bc29e7809e31d4647641dd9152cd9ea2470bf.zip
linhes_pkgbuild-c99bc29e7809e31d4647641dd9152cd9ea2470bf.tar.gz
linhes_pkgbuild-c99bc29e7809e31d4647641dd9152cd9ea2470bf.tar.bz2
Merge branch 'testing' of linhes.org:linhes_pkgbuild into testing
Diffstat (limited to 'abs/extra/web-on-linhes/stop_xss.sh')
-rw-r--r--abs/extra/web-on-linhes/stop_xss.sh12
1 files changed, 0 insertions, 12 deletions
diff --git a/abs/extra/web-on-linhes/stop_xss.sh b/abs/extra/web-on-linhes/stop_xss.sh
deleted file mode 100644
index 5ed0ae1..0000000
--- a/abs/extra/web-on-linhes/stop_xss.sh
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/sh
-
-while [ 1=1 ];
-do
-
- if [ "$(pidof chromium)" ]
- then
- xscreensaver-command -deactivate
- fi
- sleep 60
-
-done