3 lines
66 B
Bash
Executable file
3 lines
66 B
Bash
Executable file
#!/bin/sh
|
|
# Well, dots...
|
|
while true; do echo -n .; sleep 1; done
|