]> git.phdru.name Git - dotfiles.git/blob - bin/rm-pyc
.shellrc: Add completion for `rsync_cgmn` and `rsync_cgmn_recode`
[dotfiles.git] / bin / rm-pyc
1 #! /bin/sh
2 exec find . -name '*.py[co]' -delete