Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

...

  • 1

1 - 

...

on Project Properties tab defaults to scripts, but you can update if you are keeping Scripts in different folder.

File Extensions 

NameDescription
.shShell script
.plPerl script

...

Attributes

NameDescriptionDefault ValueSupported Values
SourceObject Source Location Type

SCM

SCM
Target LocationPath to where the file should be deployed to.$<PROD_TOP>/bin/

  


Related Project Properties

NameDescriptionDefault Value
Source folder for scripts files (e.g. scripting).scripts
EBS Scripts Root Destination DirectoryTarget 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
languagebash
themeRDark
cp $SOURCE_FILE $XXHR_TOP/bin/;

...