summaryrefslogtreecommitdiffstats
path: root/util/bin/wikipedia
blob: cad0d8b18ef4e6a07b5b9412f837ecdf524583df (plain)
1
2
3
4
5
#! /bin/sh
set -euf
for w in "$@"; do
  dig +short txt "$w.wp.dg.cx"
done