#!/bin/bash source ./common.sh $ABRA record new -p gandi -t A -n int-core -v 192.157.2.21 coopcloud.tech $ABRA record list -p gandi coopcloud.tech | grep -q int-core $ABRA -n record rm -p gandi -t A -n int-core coopcloud.tech