moth/packages/mcp/service/logclean/logclean

6 lines
54 B
Bash
Executable File

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