aboutsummaryrefslogtreecommitdiff
path: root/bldSession.sh
diff options
context:
space:
mode:
authorMitchell Riedstra <mitch@riedstra.dev>2024-01-22 19:35:09 -0500
committerMitchell Riedstra <mitch@riedstra.dev>2024-01-22 19:35:09 -0500
commit76196f760716990ee239a2455ce62b07425e0540 (patch)
tree078377431376608a623b09486f3445c7be3e1d8b /bldSession.sh
downloadrivercfg-76196f760716990ee239a2455ce62b07425e0540.tar.gz
rivercfg-76196f760716990ee239a2455ce62b07425e0540.tar.xz
Initial
Diffstat (limited to 'bldSession.sh')
-rwxr-xr-xbldSession.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/bldSession.sh b/bldSession.sh
new file mode 100755
index 0000000..e30f171
--- /dev/null
+++ b/bldSession.sh
@@ -0,0 +1,11 @@
+#!/bin/sh
+set -ex
+codedir="$HOME/scm/wl/wlcustom"
+
+if ! [ -d "$codedir" ] ; then
+ mkdir -p "$(basename "$codedir")"
+ git clone https://git.riedstra.dev/wl/wlcustom/ "$codedir"
+fi
+
+cd "$codedir"
+sudo make install