summaryrefslogtreecommitdiffstats
path: root/abs/extra/web-on-linhes/stop_xss.sh
blob: 5ed0ae1043c5e56127df7846dd903a0f245a367f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

while [ 1=1 ];
do

    if [ "$(pidof chromium)" ]
    then
    xscreensaver-command -deactivate
    fi
    sleep 60

done