]> git.phdru.name Git - dotfiles.git/blob - bin/rm-pyc
lib/config/gpg-agent-update-tty: Change gpg-connect-agent command line
[dotfiles.git] / bin / rm-pyc
1 #! /bin/sh
2 exec find . -name '*.py[co]' -delete