mirror of
https://github.com/hatlabs/SH-ESP32-engine-hat.git
synced 2025-05-15 14:40:13 -07:00
9 lines
210 B
Bash
Executable File
9 lines
210 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -euo pipefail
|
|
shopt -s inherit_errexit
|
|
|
|
./panelize.py
|
|
|
|
kikit fab jlcpcb --no-drc --assembly --schematic SH-ESP32-engine-hat.kicad_sch SH-ESP32-engine-hat-panel.kicad_pcb assembly-panel
|