Create ~/.git-build if it does not exist

This commit is contained in:
southerntofu 2020-07-01 17:03:28 +02:00
parent 2a0b71dafa
commit 74c692ae3b
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@
#trap "kill 0" EXIT
BASEDIR="$HOME/.git-build"
[ ! -d $BASEDIR ] && mkdir $BASEDIR
# So scripts can know we're still running (for autoupdater)
echo "$BASHPID" > $BASEDIR/.LOCK