mirror of https://github.com/docker/compose.git
4 lines
48 B
Plaintext
4 lines
48 B
Plaintext
|
#!/bin/sh
|
||
|
find . -type f -name '*.pyc' -delete
|
||
|
|