Learn more about cloning repositories
You have read-only access
xxxxxxxxxx
#!/bin/sh
​
cd log/logdir || exit 1
watch -n2 'w=`ttysize w`; h=`ttysize h`; tail -$((h-3)) current 2>&1 | cut -b1-$((w-2))'
Everything looks good. We'll let you know here if there's anything you should know about.