From e570779a031eefea102bc495827aeda03cb37665 Mon Sep 17 00:00:00 2001 From: James Lu Date: Sat, 12 Nov 2016 10:39:11 -0800 Subject: [PATCH] Remove update.sh helper script --- update.sh | 4 ---- 1 file changed, 4 deletions(-) delete mode 100755 update.sh diff --git a/update.sh b/update.sh deleted file mode 100755 index de8824c..0000000 --- a/update.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/bash -# Updates a locally installed copy of PyLink and runs it. - -python3 setup.py install --user && pylink $*