Files
FishServer/scripts/start_no_fresh.sh
2026-04-10 10:30:01 +08:00

9 lines
264 B
Bash
Executable File
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
#!/usr/bin/env bash
# 仓库根入口:等价于 fish_api/start_no_fresh.sh保留 SQLite 与缓存)
#
# bash scripts/start_no_fresh.sh
#
set -euo pipefail
ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)"
exec bash "$ROOT/fish_api/start_no_fresh.sh"