2 lines
63 B
Bash
Executable file
2 lines
63 B
Bash
Executable file
#!/usr/bin/bash
|
|
while true; do clear; sleep 1m; echo " "; done
|