NetBSD/distrib/common/mktermcap

8 lines
77 B
Plaintext
Raw Normal View History

#!/bin/sh
for t in wsvt25m vt100 vt220
do
getent termcap -rp $t
echo
done