Using the "mo" from this repository

This commit is contained in:
Tyler Akins 2015-05-05 11:04:41 -05:00
parent 5dfb1cd96a
commit 5810520546

View File

@ -1,9 +1,11 @@
#!/bin/bash
cd "$(dirname "$0")" # Go to the script's directory
declare -A DATA
DATA=([one]=111 [two]=222)
cat <<EOF | . ~/bin/mo
cat <<EOF | . ../mo
Accessing data directly:
DATA: {{DATA}}
One: {{DATA.one}}