view ifctf-part-lib/geda-symbols/mkpqfp.awk @ 135:25634b3977a9

ueda: unet2tedax added
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 07 Sep 2020 01:22:36 +0000
parents cd92449fdb51
children
line wrap: on
line source

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