This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| declare GLOBAL_RETURN | |
| declare ROOT_DST_DIR | |
| declare ROOT_SRC_DIR | |
| declare LIST_FILE_C | |
| declare SRC_FILE_C | |
| declare SRC_FILE | |
| declare DST_FILE | |
| declare DST_FILE_LIST |