Spaces:
Runtime error
Runtime error
File size: 83 Bytes
3ee0381 |
1 2 3 |
#!usr/bin/env bash
find . | grep -E "(/__pycache__$|\.pyc$|\.pyo$)" | xargs rm -rf
|