summaryrefslogtreecommitdiff
path: root/test/script/check-duplicate-tags
blob: ec1de788ef071835c9923814c1f03c12001998c5 (plain)
1
2
3
4
5
#!/usr/bin/env bash

set -e

grep --exclude=tags -roh '\*.*\*$' doc | sort | uniq -d