Command

Invokes given command using exec.

Example:


	{
		"type": "Command",
		"options": {
			"command": "srm /path/to/file"
		}
	}
	

Options:

command

command to execute

Type: string

Default: ""