got further . hmm...

This commit is contained in:
2025-07-02 18:09:06 -05:00
parent f06d8b1fe5
commit 259a4f07b7

View File

@ -1,5 +1,10 @@
#!/bin/bash
export framework_include_file
framework_include_file=""
export project_include_file
project_include_file=""
for framework_include_file in ../../../Framework-Includes/*; do
source "$framework_include_file"