diff options
author | Cecil <knoppmyth@gmail.com> | 2012-02-25 04:02:30 (GMT) |
---|---|---|
committer | Cecil <knoppmyth@gmail.com> | 2012-02-25 04:02:30 (GMT) |
commit | 1368d6f38aea282a5cb8efb6126ebabad8213a9f (patch) | |
tree | 106bfda06a9e95c6616d472ad99353a80e0d37b0 /abs/extra/web-on-linhes/stop_xss.sh | |
parent | 53392efe0ab854054363b0b1a4b57eacee42d421 (diff) | |
download | linhes_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/stop_xss.sh')
-rw-r--r-- | abs/extra/web-on-linhes/stop_xss.sh | 12 |
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 |