mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-06 21:45:10 +01:00
Import
This commit is contained in:
3
bin/clean_pyc
Executable file
3
bin/clean_pyc
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
find . -name "*.pyc" -exec rm -f {} \;
|
||||
#find . -name "*.pyc" -exec ls {} \;
|
||||
Reference in New Issue
Block a user