]> git.phdru.name Git - dotfiles.git/blob - bin/rm-pyc
.muttrc: Add macro `V` to view html attachment in a web browser
[dotfiles.git] / bin / rm-pyc
1 #! /bin/sh
2 exec find . -name '*.py[co]' -delete