Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
f5c2f72917e5f75634665f67a6105e1e82ece875
/
.
/
examples
/
var_service
/
inetd
/
w_log
blob: 34b19b37324c8d8033a7d451bbb8babcbbfd6b35 [
file
] [
log
] [
blame
]
#!/bin/sh
cd log
/
logdir
||
exit
1
watch
-
n2
'w=`ttysize w`; h=`ttysize h`; tail -$((h-3)) current 2>&1 | cut -b0-$((w-2))'