first commit

This commit is contained in:
2020-09-21 08:08:25 +02:00
commit 81dc3e4198
380 changed files with 974739 additions and 0 deletions

2
libs/generate_library_entry.sh Executable file
View File

@@ -0,0 +1,2 @@
for i in *.mod ; do echo " (lib (name "$i")(type Legacy)(uri \"`pwd`"/$i"\")(options \"\")(descr \"\"))" ; done
for i in *.pretty ; do echo " (lib (name "$i")(type Kicad)(uri \"`pwd`"/$i"\")(options \"\")(descr \"\"))" ; done