7 lines
69 B
Bash
7 lines
69 B
Bash
|
#! /bin/bash
|
||
|
|
||
|
test -x ./setup.py || exit 1
|
||
|
|
||
|
pip install --upgrade .
|
||
|
|