mirror of
https://github.com/okxlin/appstore.git
synced 2026-09-27 00:01:05 +00:00
6 lines
87 B
Bash
Executable File
6 lines
87 B
Bash
Executable File
#!/bin/bash
|
|
set -euo pipefail
|
|
|
|
DATA_DIR="${APP_DATA_DIR:-./data}"
|
|
mkdir -p "$DATA_DIR"
|