mirror of
https://gitlab.com/kicad/libraries/kicad-footprints.git
synced 2025-12-06 00:41:16 +00:00
This was done with the following commands
> egrep -l -r --include "*.kicad_mod" '\(generator "kicad' . > generated_files
> find . -type d -name "*.pretty" -exec kicad-cli fp upgrade --force {} \;
> cat generated_files | xargs git restore