scripts-main/Server/screensaveronoff

11 lines
89 B
Plaintext
Raw Normal View History

2018-06-21 22:49:50 -05:00
#!/bin/bash
while true;do
if [ 1=1 ]; then
xscreensaver-command -activate
fi
done