mirror of
https://codeberg.org/diginaut/dotfiles.git
synced 2026-02-04 07:40:27 +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