pyceo/clear_cache.sh

3 lines
69 B
Bash
Raw Normal View History

2021-07-24 17:35:09 -04:00
#!/bin/sh
find ceo* -type d -name __pycache__ -execdir rm -r '{}' \;