#!/bin/bash

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