83fd9c1fd9
Add click-to-zoom for uploaded images, move manage.sh to deploy/ for curl|bash bootstrap, and remove Windows docs and PowerShell scripts. Co-authored-by: Cursor <cursoragent@cursor.com>
7 lines
275 B
Bash
7 lines
275 B
Bash
#!/usr/bin/env bash
|
|
# 兼容入口 → deploy/manage.sh
|
|
# 推荐: curl -fsSL https://git.bz121.com/dekun/crypto_key/raw/branch/main/deploy/manage.sh | bash
|
|
set -euo pipefail
|
|
SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
|
|
exec bash "${SCRIPT_DIR}/../deploy/manage.sh" "$@"
|