]> git.phdru.name Git - dotfiles.git/blob - bin/rm-pyc
bin/cgmem_*: Mounted memory cgroup at `/sys/fs/cgroup/memory`
[dotfiles.git] / bin / rm-pyc
1 #! /bin/sh
2 exec find . -name '*.py[co]' -delete