]> git.phdru.name Git - dotfiles.git/blob - bin/rm-pyc
init.py: add an example of using cgitb.enable
[dotfiles.git] / bin / rm-pyc
1 #! /bin/sh
2 exec find . -name '*.py[co]' -delete