Skip to content
Snippets Groups Projects
Commit b7657b3c authored by Krisjanis Rijnieks's avatar Krisjanis Rijnieks :lion_face:
Browse files

Fix klc-check.sh

parent c9d9e00e
No related branches found
No related tags found
No related merge requests found
Pipeline #293725 failed
#!/bin/bash
cd kicad-library-utils
python check_symbol.py ../fab.kicad_sym
FPS=$(ls ../fab.pretty/*.kicad_mod)
cd kicad-library-utils/klc-check
python check_symbol.py ../../fab.kicad_sym
FPS=$(ls ../../fab.pretty/*.kicad_mod)
for FP in ${FPS}
do
python check_footprint.py "../fab.pretty/${FP}"
python check_footprint.py ${FP}
done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment