mirror of https://github.com/dirtbags/moth.git
6 lines
54 B
Plaintext
6 lines
54 B
Plaintext
|
#! /bin/sh
|
||
|
|
||
|
while sleep 5; do
|
||
|
echo -n . 1>&2
|
||
|
done
|