]> git.phdru.name Git - dotfiles.git/blob - bin/rm-pyc
.vimrc: Use xclip to copy/paste to/from X clipboard at remote host
[dotfiles.git] / bin / rm-pyc
1 #! /bin/sh
2 exec find . -name '*.py[co]' -delete