All ChatGPT created, I just was scrivener and Feerless Leader.
This commit is contained in:
parent
12a180dbd5
commit
19bd89c405
7 changed files with 596 additions and 2 deletions
21
tools/generate_cvs.pl
Executable file
21
tools/generate_cvs.pl
Executable 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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue