never committed?

This commit is contained in:
wardwouts 2024-04-07 20:16:17 +02:00
parent aca8a4bac1
commit da59840606
15 changed files with 1386 additions and 0 deletions

3
Vogelnestkastje/partlist.sh Executable file
View file

@ -0,0 +1,3 @@
#!/bin/sh
/home/ward/.local/share/flatpak/exports/bin/org.openscad.OpenSCAD -o blup.dxf assembly.scad 2>&1|grep '####'|sort|awk 'BEGIN{count=0;prevline=""}{if(prevline == $0){count += 1} else {print(count, "x ", prevline);count=1;prevline=$0; }}END{print(count, "x ", prevline)}'