RSSyl: Allow use of .netrc by libcurl. Bug/enhancement #3309, by Vincent Pelletier
[claws.git] / tools / check-appstream.sh
1 #!/bin/bash
2 exec 2>&1
3 files=`find $(dirname $(readlink -f $0))/../ -regextype posix-extended -regex "^.*\.(metainfo|appdata).xml(.in)?"`
4 appstream-util validate ${files}