Files
appstore/apps/pdfmathtranslate/latest/scripts/upgrade.sh
T
2026-07-11 00:18:55 +08:00

6 lines
125 B
Bash
Executable File

#!/usr/bin/env bash
set -euo pipefail
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
bash "$SCRIPT_DIR/init.sh"