spotify-clean: explain purpose

This commit is contained in:
Vincent Bernat 2021-09-10 10:50:58 +02:00
parent 06a53bd9d0
commit 3ad8106de7

View file

@ -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 \