```sh for _command in ${extra_commands}; do if [ "${_action}" = "${_command}" ]; then eval "${_action}" fi done ```