rwxrob-dot/scripts/blankpane

8 lines
61 B
Plaintext
Raw Normal View History

2022-02-09 07:29:05 +00:00
#!/bin/sh
hidecursor
while true; do
clear
sleep 10
done