mirror of
https://github.com/sheumann/hush.git
synced 2024-11-05 06:07:00 +00:00
5 lines
124 B
Plaintext
5 lines
124 B
Plaintext
|
#!/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))'
|