mirror of
https://github.com/okxlin/appstore.git
synced 2026-09-26 16:01:04 +00:00
5 lines
160 B
Bash
Executable File
5 lines
160 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
DATA_DIR="${APP_DATA_DIR:-./data}"
|
|
mkdir -p "${DATA_DIR}/icons" "${DATA_DIR}/config" "${DATA_DIR}/bak" "${DATA_DIR}/logs"
|