#!/bin/bash cd "$(dirname "$0")" # Go to the script's directory declare -A DATA DATA=([one]=111 [two]=222) . ../mo cat <