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: ""