From 3f1ad01ac62ebe178ce79ccc8b8b7fe1cdc8a50c Mon Sep 17 00:00:00 2001 From: James Lu Date: Tue, 5 Jul 2016 13:29:01 -0700 Subject: [PATCH] Add update.sh: Updates a locally installed copy of PyLink and runs it. --- update.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 update.sh diff --git a/update.sh b/update.sh new file mode 100755 index 0000000..7d50115 --- /dev/null +++ b/update.sh @@ -0,0 +1,4 @@ +#!/bin/bash +# Updates a locally installed copy of PyLink and runs it. + +python3 setup.py install --user && pylink