7 lines
87 B
Bash
Executable file
7 lines
87 B
Bash
Executable file
./scripts/common.sh
|
|
|
|
# Clean
|
|
rm -r .tox
|
|
rm -r build
|
|
rm -r dist
|
|
rm -r pyicloud.egg-info
|