pyicloud/scripts/common.sh
2020-03-22 20:07:29 +01:00

4 lines
60 B
Bash
Executable file

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