A shell script which is callable by an EBS Concurrent Program.
Object Type Identification
- Files with extensions .prog are included regardless of location
File ExtensionsÂ
Name | Description |
---|---|
.prog | A shell script which is callable by a Concurrent Program. |
Attributes
Name | Description | Default Value | Supported Values |
---|---|---|---|
Source | Object Source Location Type | SCM | SCM |
Target Location | Path to where the file should be deployed. | $<PROD_TOP>/bin/ | |
Target File Permission | Permissions to set on the file once it is deployed | <None> |
Related Project Properties
Name | Description | Default Value |
---|---|---|
EBS Prog Root Source Directory | Source folder for Prog files (e.g. cm). | prog |
File Permissions | Target File Permission. Will be set to target file after deployment using chmod. eg: 755 |
Sample Build CommandsÂ
N/A - Build commands not supported for this type.
Sample Deploy CommandsÂ
cp "$SOURCE_FILE" "$XXHR_TOP/bin/"; ln -sf $FND_TOP/bin/fndcpesr $XXHR_TOP/bin/programFile