mirror of
https://github.com/ProtoThis/python-synology.git
synced 2025-08-04 22:00:30 +00:00
8 lines
94 B
Bash
Executable File
8 lines
94 B
Bash
Executable File
./scripts/common.sh
|
|
|
|
# Clean
|
|
rm -r .tox
|
|
rm -r build
|
|
rm -r dist
|
|
rm -r python_synology.egg-info
|