summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorJulian T <julian@jtle.dk>2023-02-06 22:37:59 +0100
committerJulian T <julian@jtle.dk>2023-02-06 22:37:59 +0100
commit35cab3cb5a1ce92cec602226cd0c9deb8925de37 (patch)
treeba01563e0231066014b4ac2b254f5e64377a8d7a /scripts
parentabd0c868c2f11b0e3b6e4c1a4e884b2800932f6d (diff)
Create auto run stuff
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 .