This website requires JavaScript.
Explore
Help
Register
Sign In
tyler.durden
/
compose
mirror of
https://github.com/docker/compose.git
Watch
1
Star
0
Fork
You've already forked compose
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
7fb43cc85f
compose
/
script
/
clean
4 lines
76 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add some helpful scripts
2013-12-20 22:32:41 +01:00
#!/bin/sh
find . -type f -name '*.pyc' -delete
Add docs, build and dist to clean script
2014-05-01 18:17:23 +02:00
rm -rf docs/_site build dist