convert Python footprint generators to Python 3
[hw/altusmetrum] / packages / te-connectivity / buchanan-Series.sh
1 #!/bin/sh
2
3 for i in 2 3 4 5 6 7 8 9 10 11 12 13 14 15
4 do
5         FILE="282834-"$i
6         ./buchanan.py $i > $FILE.fp
7 done