aboutsummaryrefslogtreecommitdiff
path: root/bldSession.sh
blob: 24213c647186c16e310bf21caa033b37a9a51e3b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh
set -ex
codedir="${CODEDIR:-$HOME/scm}"
wlcustomdir="$codedir/wlcustom"

if ! [ -d "$wlcustomdir" ] ; then
	mkdir -p "$(basename "$wlcustomdir")"
	git clone https://git.riedstra.dev/wl/wlcustom/ "$wlcustomdir"
fi

cd "$wlcustomdir"
sudo make install