#!/bin/bash
#
# sccl_list_clusternodes listet alle Nodes im Script-Cluster auf
#
# Aufruf:
#
# sccl_list_cluster_nodes
#
#
########################################################################################
#
. /etc/sccl/sccl.conf
#
echo $NODES
