Advertisement
hak8or

OSH zip and rename for 4 layer

Jan 18th, 2015
267
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.36 KB | None | 0 0
  1. proj_name=Lumy
  2.  
  3. # Do the renames of mid layers
  4. mv $proj_name.G1 $proj_name.G2L
  5. mv $proj_name.G2 $proj_name.G3L
  6.  
  7. # Rename outline layer
  8. mv $proj_name.GM3 $proj_name.GKO
  9.  
  10. zip $proj_name.zip $proj_name.*
  11.  
  12. echo "All gerbers zipped in $proj_name.zip"
  13. echo "Title: Brainy v2"
  14. echo "Description: ARM MPU with DDR2 mem and NAND flash for Linux, V2 with bigger pads"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement