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

update.sh: pass arguments to pylink

This commit is contained in:
James Lu 2016-07-16 21:58:39 -07:00
parent 94f2422a1e
commit 8e1e92c564

View File

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