simplified the code. re-learned the lessons from my previous custom markdown pre processing. much better...
This commit is contained in:
13
CurrentResume/cv/generate-cv/includes/LookupKv.sh
Normal file
13
CurrentResume/cv/generate-cv/includes/LookupKv.sh
Normal 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
|
||||
|
||||
}
|
Reference in New Issue
Block a user