You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
1bfcd3a618
To prevent polluting the freezefs etc.
3 lines
121 B
Bash
Executable File
3 lines
121 B
Bash
Executable File
find internal_filesystem/ -iname "*.pyc" -exec rm {} \;
|
|
find internal_filesystem/ -iname "__pycache__" -exec rmdir {} \;
|