Use XDG_DOWNLOAD_DIR

This commit is contained in:
2024-05-27 16:09:24 +02:00
parent 7ab9ea0046
commit e40daae48a
3 changed files with 4 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ set -o nounset
set -o xtrace
set -o errexit
downloaddir=~/download/gothic
downloaddir="${XDG_DOWNLOAD_DIR}"/gothic
mkdir -p "${downloaddir}"
cd "${downloaddir}"