#!/bin/bash function LookupKV() { echo "KV lookup..." #Arguments: #$1 #$2 unique record identifier #Returns: #Variable/array containing all the values in the record }