pyceo/clear_cache.sh

4 lines
90 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 '{}' \;
2021-08-13 20:11:56 -04:00
rm -rf .pytest_cache