]> git.phdru.name Git - dotfiles.git/blob - bin/rm-pyc
bash_prompt: Run `ls-files` from the root of the repo
[dotfiles.git] / bin / rm-pyc
1 #! /bin/sh
2 exec find . -name '*.py[co]' -delete