1#!/bin/sh
2
3find "${INSOMNIA_BASE}" -maxdepth 2 -type f -a -name log \
4 -exec insomnia-tail \{\} \+ | \
5 insomnia-sort "${INSOMNIA_SORT_DELAY:-5}" | \
6 insomnia-monitor-bell | \
7 insomnia-strip-bell | \
8 insomnia-strftime -c "%x %X" -n ""