view ifctf-part-lib/geda-symbols/trgpins.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\t%s\t\tline\tl\t\t%s\n", $3, $2, $1;
}