mirror of
https://codeberg.org/diginaut/dotfiles.git
synced 2026-05-07 01:02:34 +02:00
Import
This commit is contained in:
Executable
+3
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
find . -name "*.pyc" -exec rm -f {} \;
|
||||
#find . -name "*.pyc" -exec ls {} \;
|
||||
Reference in New Issue
Block a user