pyicloud/scripts/common.sh

5 lines
60 B
Bash
Raw Permalink Normal View History

2020-03-22 20:07:29 +01:00
# Be in right place
if [ ! -f setup.py ]; then
cd ..
fi