#!/usr/bin/env sh cd $(dirname $0) CLUSTER="$1" if [ -z "$CLUSTER" ] || [ ! -d "cluster/$CLUSTER" ]; then echo "Usage: $0 " echo "The cluster name must be the name of a subdirectory of cluster/" exit 1 fi K=deuxfleurs/cluster/$CLUSTER/wesher_key if ! pass $K >/dev/null; then pass insert -m $K <