shell 一次按顺序执行多个脚本

#!/bin/bash
sh 全路径/1.sh
sh 全路径/2.sh
sh 全路径/3.sh
sh 全路径/4.sh

posted @ 2019-05-09 16:11  柠檬草听雨  阅读(6230)  评论(0)    收藏  举报