Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
c3896850f748c4cff3e2a950f6b31f17c25ca141
/
.
/
examples
/
var_service
/
tftpd
/
w_log
blob: 34b19b37324c8d8033a7d451bbb8babcbbfd6b35 [
file
] [
log
] [
blame
]
Denys Vlasenko
c389685
2009-11-08 18:41:26 +0100
[
diff
] [
blame^
]
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 -b0-$((w-2))'