view ifctf-part-lib/geda-symbols/mkpqfp.awk @ 151:b495db6e5081

SOT23-6.fp created
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 23 Jun 2021 01:50:17 +0000
parents cd92449fdb51
children
line wrap: on
line source

(NF == 3) {
	printf "s/^pinnumber=%s$/pinnumber=%s/\n", $3, $2;
}