mirror of
https://github.com/ProtoThis/python-synology.git
synced 2025-08-02 23:55:09 +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
|