upload tizen1.0 source
[external/busybox.git] / util-linux / examples / var_service / ifplugd_if / w_log
1 #!/bin/sh
2
3 cd log/logdir || exit 1
4 watch -n2 'w=`ttysize w`; h=`ttysize h`; tail -$((h-3)) current 2>&1 | cut -b1-$((w-2))'