Closed constrict0r closed 6 years ago
I'm working on a function to do the source of the includes and configs. Looks like this:
function source_from_folder(){
local folder=$1
local extension=$2
find "${folder}" -name "$extension" -exec echo source {} \;
}
But it sources all files with "$extension". My question is: do we want to source by individual/explicit files or do we just source all inside folder?
From this PR, @constrict0r do explicit includes.
Added includes/parameters.sh and test to capture script parameters.