23 lines
101 B
Bash
23 lines
101 B
Bash
#!/bin/bash
|
|
# CursorPro 快速启动脚本
|
|
cd "$(dirname "$0")/backend"
|
|
./start.sh
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|