compose/script/clean
Aanand Prasad 16d6018419 Fix typos
Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
2015-01-20 21:28:49 +00:00

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