citadel

My dotfiles, scripts and nix configs
git clone git://jb55.com/citadel
Log | Files | Refs | README | LICENSE

killspotify (106B)


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