#!/bin/bash echo -e "\e[32m" # 设置绿色字体 echo "启动数据库服务" ts-node dbserv.ts read -p "按回车键继续..." # 等待用户输入