8 lines
68 B
Plaintext
8 lines
68 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
while true; do
|
||
|
|
||
|
xscreensaver-command -activate
|
||
|
|
||
|
done
|