#!/bin/bash #修改dns echo "nameserver 114.114.114.114" > /etc/resolv.conf wait # 拉取代码 git clone http://${REMOTE_ADDR}/amuliang/music-downloader.git /music-downloader wait # 运行服务 /start/server.sh & /start/html.sh & wait