echo "for i in `cat $hosts | grep -v '^#'`; do ssh -t $user@\$i "$FRONTEND $cmd"; done"
fi
for i in `cat $hosts`
for i in `cat $hosts | grep -v '^#'`
do
echo -e "\e[34m---------------\e[0m"
echo -e "\e[34m$i\e[0m"
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.