You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
Cleanup __pycache__ directories
To prevent polluting the freezefs etc.
This commit is contained in:
@@ -1 +1,2 @@
|
||||
find internal_filesystem -iname "*.pyc" -exec rm {} \;
|
||||
find internal_filesystem/ -iname "*.pyc" -exec rm {} \;
|
||||
find internal_filesystem/ -iname "__pycache__" -exec rmdir {} \;
|
||||
|
||||
Reference in New Issue
Block a user