You can configure interpreters to control the execution of additional scripts.
Task
-
Map an interpreter with a file or script extension:
sadmin scripts add extension interpreter1 [interpreter2]...
-
View interpreter and file extension associations
sadmin scripts list
Sample output appears like this:
.sh "ksh" "sh" "tcsh" "bash" "csh" .jar "java" .class "java" .py "python" .pl "perl" -
Remove interpreter and file extension associations.
- sadmin scripts remove extension [interpreter1 [interpreter2]]... — Removes the specified interpreter associations for the file or script type.
- sadmin scripts remove extension — Removes all interpreter associations for the specified file or script type.