]> git.phdru.name Git - dotfiles.git/blob - bin/rm-pyc
.profile: fix a bug in PS1 under screen/tmux: add a missed backslash
[dotfiles.git] / bin / rm-pyc
1 #! /bin/sh
2 exec find . -name '*.py[co]' -delete