1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-06 21:45:10 +01:00
This commit is contained in:
Michiel Scholten
2014-05-05 20:59:47 +02:00
parent 8bf3aa5a47
commit 6dc77fcac4
6 changed files with 100 additions and 0 deletions

3
bin/clean_pyc Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
find . -name "*.pyc" -exec rm -f {} \;
#find . -name "*.pyc" -exec ls {} \;