mirror of
https://github.com/docker/compose.git
synced 2025-05-19 05:50:12 +02:00
4 lines
93 B
Bash
Executable File
4 lines
93 B
Bash
Executable File
#!/bin/sh
|
|
find . -type f -name '*.pyc' -delete
|
|
rm -rf docs/_site build dist compose.egg-info
|