view ifctf-part-lib/geda-symbols/trgpins.awk @ 36:a0d227fc9569

unet2pads: minor fix in the usage message
author Space Falcon <falcon@ivan.Harhan.ORG>
date Sun, 09 Aug 2015 06:38:32 +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;
}