Files
bellande_python_executable/scripts/clean_python.sh
2025-07-27 18:08:05 -04:00

2 lines
52 B
Bash
Executable File

find . -type d -name "__pycache__" -exec rm -r {} +