Welcome to mirror list, hosted at ThFree Co, Russian Federation.

w_log « dhcpd_if « var_service « examples - git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: dba76c69b2789e904a35ad121921416f38f5a2c4 (plain)
1
2
3
4
#!/bin/sh

cd log/logdir
watch -n1 'w=`ttysize w`; h=`ttysize h`; tail -$((h-3)) current 2>&1 | cut -b0-$((w-2))'