mirror of
https://github.com/tests-always-included/mo.git
synced 2025-04-20 21:06:30 +02:00
Using the "mo" from this repository
This commit is contained in:
parent
5dfb1cd96a
commit
5810520546
@ -1,9 +1,11 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
cd "$(dirname "$0")" # Go to the script's directory
|
||||||
|
|
||||||
declare -A DATA
|
declare -A DATA
|
||||||
DATA=([one]=111 [two]=222)
|
DATA=([one]=111 [two]=222)
|
||||||
|
|
||||||
cat <<EOF | . ~/bin/mo
|
cat <<EOF | . ../mo
|
||||||
Accessing data directly:
|
Accessing data directly:
|
||||||
DATA: {{DATA}}
|
DATA: {{DATA}}
|
||||||
One: {{DATA.one}}
|
One: {{DATA.one}}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user