#!/bin/sh set -e # functions already in src/proxmox-acme PRESENT=$(awk 'BEGIN{ORS="\\W|";} /^_/{ gsub(/\(\) {/, ""); print $0}' \ ../proxmox-acme | sed -r 's/\|$//') # functions defined in all plugins LOCAL=$(awk 'BEGIN{ORS="\\W|";} /^_/{ gsub(/\(\) {/, ""); print $0}' \ ../acme.sh/dnsapi/dns*.sh | sed -r 's/\|$//') grep -P '(?