hookehuyr

fix

1 +#!/bin/bash
2 +
3 +folder="./" # 替换为实际父文件夹路径
4 +
5 +bash "$folder/1.sh"
6 +bash "$folder/2.sh"
7 +bash "$folder/3.sh"
1 +#!/bin/bash
2 +
3 +folder="./" # 替换为实际父文件夹路径
4 +
5 +bash "$folder/1.sh"
6 +bash "$folder/2.sh"
7 +bash "$folder/3.sh"