mirror of
https://github.com/dirtbags/moth.git
synced 2025-01-06 03:50:56 -07:00
5 lines
54 B
Bash
Executable file
5 lines
54 B
Bash
Executable file
#! /bin/sh
|
|
|
|
while sleep 5; do
|
|
echo -n . 1>&2
|
|
done
|