This commit is contained in:
neingeist 2016-05-26 13:20:42 +02:00
parent 9323f176c6
commit 1e1359f367

3
dots Executable file
View file

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