A shell script is a computer program designed to be run by the Unix shell command-line interpreter.
Object Type Identification
- Files with extensions .sh, .pl are included regardless of location.
- Files with no extension but in scripts folder
Tip |
---|
File Extensions
Name | Description |
---|---|
.sh | Shell script |
.pl | Perl script |
...
Name | Code | Description | Default Value |
---|---|---|---|
FDEBS_SCRIPTS_ROOT_SOURCE_DIR | Source folder for scripts files (e.g. scripting). | scripts | |
EBS Scripts Root Destination Directory | FDEBS_SCRIPTS_ROOT_DESTINATION_DIR | Target directory for script files (e.g. $FND_TOP/bin). | $<PROD_TOP>/bin |
File Permissions | FDEBS_FILE_PERMISSIONS | Target File Permission. Will be set to target file after deployment using chmod. eg: 755 |
...