shell

Execute local shell-commands.

###
vars:
  $SERVER_ADDRESS: 192.42.0.254
  $NMAP: /usr/bin/nmap

commands:
  - type: shell
    cmd: $NMAP $SERVER_ADDRESS
cmd

The command-line that should be executed locally.

Type:

str