From 58105205467aac342b6e1873b035dc7fe8c06877 Mon Sep 17 00:00:00 2001 From: Tyler Akins Date: Tue, 5 May 2015 11:04:41 -0500 Subject: [PATCH] Using the "mo" from this repository --- demo/associative-arrays | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/demo/associative-arrays b/demo/associative-arrays index b8bb864..924485d 100755 --- a/demo/associative-arrays +++ b/demo/associative-arrays @@ -1,9 +1,11 @@ #!/bin/bash +cd "$(dirname "$0")" # Go to the script's directory + declare -A DATA DATA=([one]=111 [two]=222) -cat <