diff options
Diffstat (limited to 'examples/var_service/ntpd/w_log')
-rwxr-xr-x | examples/var_service/ntpd/w_log | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/var_service/ntpd/w_log b/examples/var_service/ntpd/w_log index 34b19b373..aa36ef13b 100755 --- a/examples/var_service/ntpd/w_log +++ b/examples/var_service/ntpd/w_log | |||
@@ -1,4 +1,4 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | 2 | ||
3 | cd log/logdir || exit 1 | 3 | cd log/logdir || exit 1 |
4 | watch -n2 'w=`ttysize w`; h=`ttysize h`; tail -$((h-3)) current 2>&1 | cut -b0-$((w-2))' | 4 | watch -n2 'w=`ttysize w`; h=`ttysize h`; tail -$((h-3)) current 2>&1 | cut -b1-$((w-2))' |