#!/bin/bash if [ -z "$1" ]; then echo "No toNode supplied" exit 1 fi if [ -z "$2" ]; then echo "No shell path supplied" exit 1 fi if [ -z "$3" ]; then echo "No cmd supplied" exit 1 fi nodes=$1 shell=$2 command=$3 IFS=',' read -r -a array <<<"$nodes" function sendMessage() { cat >msg-"$element".yaml <