This commit is contained in:
Chris Wanstrath 2026-02-25 16:08:39 -08:00
parent 8fc54bd349
commit 488c643342

View File

@ -9,3 +9,5 @@ URL="${URL:-http://$HOST}"
DEST="${DEST:-~/toes}"
DATA_DIR="${DATA_DIR:-~/data}"
APPS_DIR="${APPS_DIR:-~/apps}"
mkdir -p "$DEST" "$DATA_DIR" "$APPS_DIR"