aboutsummaryrefslogtreecommitdiff
path: root/bldSession.sh
blob: e30f1716ff42ba58bd18e29169ff8d53db4d258c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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