mirror of
https://github.com/docker/compose.git
synced 2026-06-24 02:05:31 +00:00
3 lines
48 B
Bash
Executable file
3 lines
48 B
Bash
Executable file
#!/bin/sh
|
|
find . -type f -name '*.pyc' -delete
|
|
|