music-downloader/start/start.sh

10 lines
169 B
Bash
Raw Normal View History

2023-08-02 14:49:56 +00:00
#!/bin/bash
# 拉取代码
git clone http://${REMOTE_ADDR}/amuliang/music-downloader.git /music-downloader
wait
# 运行服务
/start/server.sh &
/start/html.sh &
wait