3
0
mirror of https://github.com/jlu5/PyLink.git synced 2025-02-11 12:00:45 +01:00
PyLink/update.sh

5 lines
116 B
Bash
Raw Permalink Normal View History

#!/bin/bash
# Updates a locally installed copy of PyLink and runs it.
2016-07-16 21:58:39 -07:00
python3 setup.py install --user && pylink $*