All ChatGPT created, I just was scrivener and Feerless Leader.

This commit is contained in:
jlpoole 2026-03-19 09:10:05 -07:00
commit 19bd89c405
7 changed files with 596 additions and 2 deletions

21
tools/generate_cvs.pl Executable file
View file

@ -0,0 +1,21 @@
#!/usr/bin/perl
#
# Example command lines:
#
# perl generate_csv.pl
#
# 20260319 ChatGPT
# $Header$
#
# Purpose:
# Placeholder script for later CSV export from the BOM and assumptions data.
#
use strict;
use warnings;
print "generate_csv.pl: placeholder script\n";
print "Later revision will read ../data/bom.json and ../data/assumptions.json\n";
print "and produce a CSV summary under ../export/.\n";
exit 0;