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