mirror of
https://github.com/docker/compose.git
synced 2026-06-23 07:01:49 +00:00
3 lines
100 B
Bash
Executable file
3 lines
100 B
Bash
Executable file
#!/bin/sh
|
|
find . -type f -name '*.pyc' -delete
|
|
rm -rf docs/_site build dist docker-compose.egg-info
|