killspotify (106B)
1 #!/usr/bin/env sh 2 ps ax | grep spotify-wrapped | grep -v grep | head -n1 | awk '{print $1}' | xargs kill