mirror of
https://github.com/jlu5/PyLink.git
synced 2024-11-01 09:19:23 +01:00
5 lines
116 B
Bash
Executable File
5 lines
116 B
Bash
Executable File
#!/bin/bash
|
|
# Updates a locally installed copy of PyLink and runs it.
|
|
|
|
python3 setup.py install --user && pylink $*
|