4 lines
152 B
Bash
Executable File
4 lines
152 B
Bash
Executable File
#!/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'
|