3
0
mirror of https://github.com/jlu5/PyLink.git synced 2024-11-27 13:09:23 +01:00

Remove update.sh helper script

This commit is contained in:
James Lu 2016-11-12 10:39:11 -08:00
parent c077f9aebb
commit e570779a03

View File

@ -1,4 +0,0 @@
#!/bin/bash
# Updates a locally installed copy of PyLink and runs it.
python3 setup.py install --user && pylink $*