logscroll 0.2.4

Provide a limited window for logs
1
2
3
4
5
6
#!/bin/bash

for i in {1..50};do
    echo "Line number $i"
    sleep 0.05
done