#!/usr/bin/env bash

set -e

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