mirror of
https://github.com/ProtoThis/python-synology.git
synced 2026-01-16 15:09:03 +00:00
5 lines
60 B
Bash
Executable File
5 lines
60 B
Bash
Executable File
# Be in right place
|
|
if [ ! -f setup.py ]; then
|
|
cd ..
|
|
fi
|