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