Files
synology-api-python/scripts/common.sh
Quentame 2827c6f046 Back is black (#17)
* Format with black
2020-03-26 00:37:28 +01:00

5 lines
60 B
Bash
Executable File

# Be in right place
if [ ! -f setup.py ]; then
cd ..
fi