mathtext-fastapi / scripts /cleanpyc.sh
Hobson's picture
helper scripts for managing pyproject.toml
3ee0381
raw
history blame
No virus
83 Bytes
#!usr/bin/env bash
find . | grep -E "(/__pycache__$|\.pyc$|\.pyo$)" | xargs rm -rf