6 lines
68 B
Bash
Executable File
6 lines
68 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# 启动 houseDream
|
|
# cd /app/houseDream
|
|
bun run start
|