summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/resc/run/00-setwall8
1 files changed, 8 insertions, 0 deletions
diff --git a/scripts/resc/run/00-setwall b/scripts/resc/run/00-setwall
new file mode 100755
index 0000000..c68367c
--- /dev/null
+++ b/scripts/resc/run/00-setwall
@@ -0,0 +1,8 @@
+#!/usr/bin/env bash
+set -e
+set -x
+echo Running setwall install
+
+cd ~/resc/setwall
+
+cargo install --path .