]> git.phdru.name Git - dotfiles.git/blob - bin/rm-pyc
.gitconfig: prefer $VISUAL over $EDITOR; use vi as the last resort
[dotfiles.git] / bin / rm-pyc
1 #! /bin/sh
2 exec find . -name '*.py[co]' -delete