diff options
Diffstat (limited to 'scripts/resc')
-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 . |