This website requires JavaScript.
Explore
Help
Sign In
public
/
pyceo
Watch
25
Star
1
Fork
You've already forked pyceo
4
Code
Issues
26
Pull Requests
8
Projects
Releases
1
Wiki
Activity
448692018a
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