diff options
author | Julian T <julian@jtle.dk> | 2023-02-06 22:37:59 +0100 |
---|---|---|
committer | Julian T <julian@jtle.dk> | 2023-02-06 22:37:59 +0100 |
commit | 35cab3cb5a1ce92cec602226cd0c9deb8925de37 (patch) | |
tree | ba01563e0231066014b4ac2b254f5e64377a8d7a /scripts | |
parent | abd0c868c2f11b0e3b6e4c1a4e884b2800932f6d (diff) |
Create auto run stuff
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/resc/run/00-setwall | 8 |
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 . |