From 8e1e92c564204767e13cc91086e254dd8f508e95 Mon Sep 17 00:00:00 2001 From: James Lu Date: Sat, 16 Jul 2016 21:58:39 -0700 Subject: [PATCH] update.sh: pass arguments to pylink --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.sh b/update.sh index 7d50115..de8824c 100755 --- a/update.sh +++ b/update.sh @@ -1,4 +1,4 @@ #!/bin/bash # Updates a locally installed copy of PyLink and runs it. -python3 setup.py install --user && pylink +python3 setup.py install --user && pylink $*