e329d3398a
Add FastAPI/React app with Docker deployment, Ubuntu one-click install, and docs for junior/senior high score tracking and mistake bank. Co-authored-by: Cursor <cursoragent@cursor.com>
5 lines
176 B
Bash
5 lines
176 B
Bash
#!/bin/bash
|
|
# 兼容入口,请优先使用 deploy/backup.sh
|
|
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
|
exec bash "${SCRIPT_DIR}/../deploy/backup.sh" "$@"
|