Wlxyzxyz's Blog

parallelshell

parallelshell同时运行多个命令

2019/6/12

# 安装和使用 ```bash npm i -g parallelshell # 使用 parallelshell "cmd1" "cmd2" "cmd3" ```