aboutsummaryrefslogtreecommitdiff
path: root/watch.sh
blob: 2b0b3184cb73b8a99406cf2b8fe442e2d050ea56 (plain)
1
2
3
4
5
6
#!/bin/bash
while :; do
    clear
    sqlite3 --markdown ./youtube_stuffs.db 'select * from ytlist order by rowid desc limit 30;'
    sleep 3s
done