mirror of
https://github.com/rdolbeau/NuBusFPGA.git
synced 2024-12-31 22:30:16 +00:00
4 lines
296 B
Bash
Executable File
4 lines
296 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cat nubus-to-ztex-all-pos.csv | sed -e 's/,118"/"/' | awk -F, '{ print $1","$4,","$5","$7","$6 }' | sed -e 's/bottom/Bottom/' -e 's/top/Top/' -e 's/Ref/Designator/' -e 's/PosX/"Mid X"/' -e 's/PosY/"Mid Y"/' -e 's/Side/Layer/' -e 's/Rot/Rotation/' >| nubus-to-ztex-all-pos-jlcpcb.csv
|