This website requires JavaScript.
Explore
Help
Sign In
public
/
pyceo
Watch
25
Star
1
Fork
You've already forked pyceo
3
Code
Issues
26
Pull Requests
5
Projects
Releases
1
Wiki
Activity
7d23fd690f
pyceo
/
clear_cache.sh
4 lines
90 B
Bash
Executable File
Raw
Blame
History
#!/bin/sh
find ceo* -type d -name __pycache__ -execdir rm -r
'{}'
\;
rm -rf .pytest_cache
Reference in New Issue
View Git Blame
Copy Permalink