aboutsummaryrefslogtreecommitdiff
path: root/tools/release-external/release-external-helper
blob: 53a3f467feff442c594108c3427f180408e7780b (plain) (blame)
1
2
3
4
5
#!/bin/bash

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