Squashed 'vendor/git.knownelement.com/KNEL/KNELShellFramework/' content from commit 5ecde81

git-subtree-dir: vendor/git.knownelement.com/KNEL/KNELShellFramework
git-subtree-split: 5ecde81ce441d5802fd7e7e91a441e34f327f457
This commit is contained in:
2025-07-14 12:06:51 -05:00
commit 0c1937f5d7
18 changed files with 542 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
#!/bin/bash
function LookupKV()
{
echo "KV lookup..."
#Arguments:
#$1 <path to key/value table>
#$2 unique record identifier
#Returns:
#Variable/array containing all the values in the record
}