#!/bin/bash
kicad-cli sch update-pcb \
  --schematic schaltplan.kicad_sch \
  --relink-by-ref \
  --erase-extra-footprints \
  platine.kicad_pcb
