First Commit
This commit is contained in:
10
Server/screensaveronoff
Executable file
10
Server/screensaveronoff
Executable file
@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
while true;do
|
||||
|
||||
if [ 1=1 ]; then
|
||||
|
||||
xscreensaver-command -activate
|
||||
|
||||
fi
|
||||
done
|
Reference in New Issue
Block a user