Files
solorice/local/bin/get-spotify-id
2025-08-11 21:09:45 +03:00

4 lines
91 B
Bash
Executable File

#!/bin/sh
wpctl status | rg -o '^\s*\d+\.\s*spotify' | awk 'NR==2 {print $1}' | tr -d '.'