1 2 3 4 5
#!/usr/bin/env bash release_external_files() { find "$root/$RELEASE" -type f | grep -vP "\.$DSIG|\.$CHECKSUM" }