#!/bin/bash # 下载依赖包 npm install http-server -g wait # 运行前端页面 cd /music-downloader/html echo "run html, localhost:5780" http-server -p 5780