Files
MicroPythonOS/scripts/cleanup_pyc.sh
T

2 lines
55 B
Bash
Raw Normal View History

2025-12-17 14:45:16 +01:00
find internal_filesystem -iname "*.pyc" -exec rm {} \;