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