blob: 34b19b37324c8d8033a7d451bbb8babcbbfd6b35 [file] [log] [blame]
Denys Vlasenkoc3896852009-11-08 18:41:26 +01001#!/bin/sh
2
3cd log/logdir || exit 1
4watch -n2 'w=`ttysize w`; h=`ttysize h`; tail -$((h-3)) current 2>&1 | cut -b0-$((w-2))'