wasmd/networks/list.sh

14 lines
170 B
Bash
Raw Normal View History

2019-05-17 09:12:20 -07:00
#!/bin/sh
# list - list the IPs of a set of nodes
if [ $# -ne 1 ]; then
echo "Usage: ./list.sh <clustername>"
exit 1
fi
set -eux
export CLUSTER_NAME=$1
make list