A shell script is a computer program designed to be run by the Unix shell command-line interpreter.
File Extensions
Name | Description |
---|
.sh | Shell script |
.pl | Perl script |
Attributes
Name | Description | Default Value | Supported Values |
---|
Source | Object Source Location Type | SCM | SCM |
Target Location | Path to where the file should be deployed to. | $<PROD_TOP>/bin/ |
|
Related Project Properties
Name | Description | Default Value |
---|
| Source folder for scripts files (e.g. scripting). | scripts |
EBS Scripts Root Destination Directory | Target directory for script files (e.g. $FND_TOP/bin). | $<PROD_TOP>/bin |
Sample Build Commands
N/A - Build commands not supported for this type.
Sample Deploy Commands
Code Block |
---|
language | bash |
---|
theme | EclipseRDark |
---|
|
cp $SOURCE_FILE $XXHR_TOP/bin/; |
Considerations
None