1
0
Fork 0
mirror of https://github.com/dirtbags/moth.git synced 2025-01-06 03:50:56 -07:00
moth/packages/mcp/service/logclean/logclean
2012-04-19 17:40:30 -06:00

5 lines
54 B
Bash
Executable file

#! /bin/sh
while sleep 5; do
echo -n . 1>&2
done