Shell
Execute any bash command available in the operating system underneath
the agent.
Type: 
bashConfiguration
Examples
Run echo command to obtain the current task-id.
shellrunops tasks create -t bash-type -s 'echo $RUNOPS_TASK_ID''
bashshellrunops tasks create -t bash-type -s 'echo $RUNOPS_TASK_ID''