mirror of
https://github.com/okxlin/appstore.git
synced 2026-09-23 08:01:00 +00:00
Add Feishin and Pingap app definitions with source evidence, README guidance, strict adapter validation, env closure checks, and moelin/1panel:v2 smoke coverage.
5 lines
94 B
Bash
Executable File
5 lines
94 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
DATA_DIR="${APP_DATA_DIR:-./data}"
|
|
mkdir -p "$DATA_DIR"
|