Sparrow6.git | examples/tasks/bash-nested-vars/ | hook.pl


run_task "bash-nested-vars",{
  foo => {
    bar => {
      baz => "wow"
    }
  }
}