Files
roll-room/run.sh
T
2026-06-25 14:05:19 +08:00

8 lines
250 B
Bash
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.
#!/bin/bash
# ============================================================
# 快捷启动脚本(等价于 ./ry.sh start
# ============================================================
DIR="$(cd "$(dirname "$0")" && pwd)"
exec "$DIR/ry.sh" start