More re-factor for 1.0 as I port FetchApply to the framework.

This commit is contained in:
2025-06-30 12:48:28 -05:00
parent cdcb624d35
commit d4578dcbf7
10 changed files with 14 additions and 1 deletions

View File

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