#!/usr/bin/env bash

release_external_files() {
	find "$root/$RELEASE" -type f | grep -vP "\.$DSIG|\.$CHECKSUM"
}