5 lines
60 B
Bash
5 lines
60 B
Bash
|
# Be in right place
|
||
|
if [ ! -f setup.py ]; then
|
||
|
cd ..
|
||
|
fi
|