mirror of
https://github.com/tests-always-included/mo.git
synced 2024-12-18 16:27:52 +00:00
Using the "mo" from this repository
This commit is contained in:
parent
5dfb1cd96a
commit
5810520546
@ -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}}
|
||||
|
Loading…
Reference in New Issue
Block a user