dotfiles

<-- duh.
git clone https://hhvn.uk/dotfiles
git clone git://hhvn.uk/dotfiles
Log | Files | Refs | Submodules | LICENSE

clearalbum_artist (67B)


      1 #!/bin/rc
      2 #
      3 # Grrr.
      4 #
      5 
      6 for (f in *) {
      7 	tag/clear $f album_artist
      8 }