pyceo/clear_cache.sh

3 lines
69 B
Bash
Executable File

#!/bin/sh
find ceo* -type d -name __pycache__ -execdir rm -r '{}' \;