keycloak-scim/distribution/licenses-common/update-licenses.sh

7 lines
183 B
Bash
Raw Normal View History

2018-10-25 07:15:59 +00:00
#!/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 {} \;