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