summaryrefslogtreecommitdiffstats
path: root/abs/extra/web-on-linhes/stop_xss.sh
diff options
context:
space:
mode:
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, 12 insertions, 0 deletions
diff --git a/abs/extra/web-on-linhes/stop_xss.sh b/abs/extra/web-on-linhes/stop_xss.sh
new file mode 100644
index 0000000..5ed0ae1
--- /dev/null
+++ b/abs/extra/web-on-linhes/stop_xss.sh
@@ -0,0 +1,12 @@
+#!/bin/sh
+
+while [ 1=1 ];
+do
+
+ if [ "$(pidof chromium)" ]
+ then
+ xscreensaver-command -deactivate
+ fi
+ sleep 60
+
+done