mirror of
https://github.com/kristoferssolo/solorice.git
synced 2026-02-04 06:32:03 +00:00
Update 2025-07-17
This commit is contained in:
3
local/bin/get-spotify-id
Executable file
3
local/bin/get-spotify-id
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
wpctl status | rg -o '^\s*\d+\.\s*spotify' | awk 'NR==2 {print $1}' | tr -d '.'
|
||||
Reference in New Issue
Block a user