Command - Command target
This target is used to run a command to process a file
targets: list: type: command raw: "echo $FILE_PATH >> list.log"
or
targets: list: type: command path: "/path/to/script.sh"
See Command for all options