mirror of
https://github.com/tests-always-included/mo.git
synced 2024-12-18 16:27:52 +00:00
e623b16bb8
This used to make a name like DATA.0.STR. Since bash doesn't like using multi-dimensional arrays, we can shortcut things and just assume that STR referes to the global variable here. This closes issue #7
3 lines
23 B
Bash
3 lines
23 B
Bash
STR=abc
|
|
DATA=(111 222)
|