music-downloader/html.sh

8 lines
125 B
Bash

#!/bin/bash
# 下载依赖包
npm install http-server -g
# 运行前端页面
cd /music-downloader/html
http-server -p 8080