Is there a way to pass a string value as env variable and have bash recognize it as an array? In other words, is there some special string format that tells bash that the string is an array? Or is otherwise array-like?
http://tldp.org/LDP/Bash-Beginners-Guide/html/sect_10_02.html
For example:
#!/usr/bin/env bash
my_array="$this_is_an_env_var"