💾 Archived View for rawtext.club › ~s0kx › pure-sh-bible › variables.gmi captured on 2023-12-28 at 16:50:23. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2021-12-03)
-=-=-=-=-=-=-
$ var="world" $ eval "hello_$var=value" $ eval printf '%s\n' "\$hello_$var" value