]> git.phdru.name Git - dotfiles.git/blob - bin/rm-pyc
.profile: remove PROMPT_COMMAND, set titles from PS1
[dotfiles.git] / bin / rm-pyc
1 #! /bin/sh
2 exec find . -name '*.py[co]' -delete