summaryrefslogtreecommitdiff
path: root/examples/var_service/dhcpd_if/w_log (plain)
blob: dba76c69b2789e904a35ad121921416f38f5a2c4
1#!/bin/sh
2
3cd log/logdir
4watch -n1 'w=`ttysize w`; h=`ttysize h`; tail -$((h-3)) current 2>&1 | cut -b0-$((w-2))'
5