Add ./link.sh shortcut for ndcode install.sh
authorNick Downing <nick@ndcode.org>
Wed, 12 Jan 2022 12:11:20 +0000 (23:11 +1100)
committerNick Downing <nick@ndcode.org>
Wed, 12 Jan 2022 12:11:20 +0000 (23:11 +1100)
link.sh [new file with mode: 0755]

diff --git a/link.sh b/link.sh
new file mode 100755 (executable)
index 0000000..41f600e
--- /dev/null
+++ b/link.sh
@@ -0,0 +1,4 @@
+#!/bin/sh
+rm -rf node_modules package-lock.json
+npm install
+npm link