Files
MicroPythonOS/scripts/cleanup_pyc.sh
T
2025-12-17 14:45:16 +01:00

2 lines
55 B
Bash
Executable File

find internal_filesystem -iname "*.pyc" -exec rm {} \;