rls-discogs/in-ws-predb.ovh.sh

4 lines
152 B
Bash
Raw Permalink Normal View History

2022-03-26 20:50:13 -04:00
#!/bin/bash
set -ueo pipefail
websocat wss://predb.ovh/api/v1/ws | jq -r 'select(.action=="insert" and (.row.cat=="MP3" or .row.cat=="FLAC")).row.name'