Skip to content

Instantly share code, notes, and snippets.

View ouuyu's full-sized avatar
🎯
Focusing

ouuyu

🎯
Focusing
View GitHub Profile
#!/bin/bash
# deploy-copilot-api.sh - 部署copilot-api服务
set -e # 遇到错误立即退出
echo "开始部署copilot-api服务..."
# 获取当前用户名
CURRENT_USER=$(whoami)