diff --git a/bin/spotify-clean b/bin/spotify-clean index f976111..924adb3 100755 --- a/bin/spotify-clean +++ b/bin/spotify-clean @@ -1,5 +1,7 @@ #!/bin/sh +# Kill all spotify streams, except the most recent one. + pactl list short clients \ | awk '($3 == "spotify") {print $1}' \ | head -n-1 \