- Timestamp:
- Jan 15, 2025, 1:50:20 PM (2 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/evolution/deftank/multiple_exec.sh
r3456 r3579 3 3 ### Script to execute multiple scripts in subdirectories ### 4 4 ############################################################ 5 set -e 6 trap 'echo -e "\033[31mError: an issue occurred in the script on line $LINENO! Please review the command and try again.\033[0m"' ERR 5 7 8 ############################################################ 9 # Modify here the parameters for the script 10 ########################################### 6 11 # Name of the file to execute in all subdirectories 7 12 script_name="launchPEM.sh" … … 12 17 # Name of the template directory to skip 13 18 tempdir_name="Template" 19 ############################################################ 20 14 21 15 22 # Traverse all subdirectories, excluding the template
Note: See TracChangeset
for help on using the changeset viewer.