add footprint generators for samtec stacking connector series, not qa'ed yet
[hw/bdale] / pkg / newlib / samtec / qshqth
1 #!/bin/sh
2
3 for i in 030 # 060 090 120 150
4 do
5         FILE="QSH-"$i"-01"
6         ./QSH.py $i > $FILE.fp
7
8         FILE="QTH-"$i"-02"
9         ./QTH.py $i > $FILE.fp
10 done