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
6
Projects
Releases
1
Wiki
Activity
448692018a
pyceo
/
clear_cache.sh
4 lines
90 B
Bash
Raw
Normal View
History
Unescape
Escape
add README
2021-07-24 17:35:09 -04:00
#!/bin/sh
find ceo* -type d -name __pycache__ -execdir rm -r
'{}'
\;
move all tests to top-level folder
2021-08-13 20:11:56 -04:00
rm -rf .pytest_cache