youtube-playlist-cli/watch.sh

7 lines
148 B
Bash
Executable File

#!/bin/bash
while :; do
clear
sqlite3 --markdown ./youtube_stuffs.db 'select * from ytlist order by rowid desc limit 30;'
sleep 3s
done