tomocafe / bash-boost

bash-boost is a set of library functions for bash, useful for both scripting and interactive use. It draws inspiration from the Boost C++ libraries.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Replace some eval calls with indirection

tomocafe opened this issue · comments

Use ${!varname} where varname=foo to get $foo.