clean.sh 59 B

12
  1. #!/bin/bash
  2. find . -name "*.pyc" -print0 | xargs -0 rm -rf