#! /bin/sh
tee /tmp/vis$$
echo SpellingList
# spell /tmp/vis$$
detex /tmp/vis$$ | spell
rm /tmp/vis$$

1