ShellScript
Executes the given shell script.
Example:
{
"type": "ShellScript",
"options": {
"path": "/path/to/file.sh"
}
}
Options:
path
path to script to execute
Type: string
Default: ""
Executes the given shell script.
Example:
{
"type": "ShellScript",
"options": {
"path": "/path/to/file.sh"
}
}
path to script to execute
Type: string
Default: ""