Sha256: 445ca09e6506119edce4c286c2d885d992988631ae2e01a1c0855787be7975c7

Contents?: true

Size: 746 Bytes

Versions: 18

Compression:

Stored size: 746 Bytes

Contents

#!/bin/sh
# Copyright:: Copyright (c) 2017 eGlobalTech, Inc., all rights reserved
#
# Licensed under the BSD-3 license (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License in the root of the project or at
#
#     http://egt-labs.com/mu/LICENSE.html
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

set -e

bindir="`dirname $0`"

for host in $($bindir/mu-node-manage -l $@);do
  echo $host
  ssh $host
done

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
cloud-mu-2.0.4 bin/mu-ssh
cloud-mu-2.1.0beta bin/mu-ssh
cloud-mu-2.0.3 bin/mu-ssh
cloud-mu-2.0.2 bin/mu-ssh
cloud-mu-2.0.1 bin/mu-ssh
cloud-mu-2.0.0.pre.beta3 bin/mu-ssh
cloud-mu-2.0.0.pre.beta2 bin/mu-ssh
cloud-mu-2.0.0.pre.beta1 bin/mu-ssh
cloud-mu-2.0.0.pre.alpha9 bin/mu-ssh
cloud-mu-2.0.0.pre.alpha8 bin/mu-ssh
cloud-mu-2.0.0.pre.alpha7 bin/mu-ssh
cloud-mu-2.0.0.pre.alpha6 bin/mu-ssh
cloud-mu-2.0.0.pre.alpha5 bin/mu-ssh
cloud-mu-2.0.0.pre.alpha4 bin/mu-ssh
cloud-mu-2.0.0.pre.alpha3 bin/mu-ssh
cloud-mu-2.0.0.pre.alpha2 bin/mu-ssh
cloud-mu-2.0.0.pre.alpha bin/mu-ssh
cloud-mu-1.9.0.pre.beta bin/mu-ssh