]> git.phdru.name Git - dotfiles.git/blob - bin/rm-pyc
.screenrc: Use the alternate screen of the xterm-like terminal
[dotfiles.git] / bin / rm-pyc
1 #! /bin/sh
2 exec find . -name '*.py[co]' -delete