#!/bin/bash # 拉取代码 cd / git clone http://192.168.1.253:9130/amuliang/music-downloader.git # 运行服务 ./server.sh & ./start.sh & echo "start success !!!"