dirty-helpers/dots
2016-05-26 13:20:42 +02:00

3 lines
66 B
Bash
Executable file

#!/bin/sh
# Well, dots...
while true; do echo -n .; sleep 1; done