keycloak-scim/distribution/licenses-common/update-licenses.sh
2018-11-01 08:52:39 +01:00

6 lines
183 B
Bash
Executable file

#!/bin/bash
DIR=`dirname $0 | xargs readlink -f`
cd $DIR/../../
find . -name licenses.xml -not -path '*/target/*' -exec distribution/licenses-common/download-license-files.sh {} \;