More bugfixes and shellcheck tweaks

This commit is contained in:
Tyler Akins
2023-04-10 11:39:47 -05:00
parent 7604ce3054
commit 3a58ee390e
6 changed files with 47 additions and 20 deletions

View File

@@ -3,7 +3,7 @@
cd "$(dirname "$0")" # Go to the script's directory
declare -A DATA
DATA=([one]=111 [two]=222)
export DATA=([one]=111 [two]=222)
. ../mo
cat <<EOF | mo