Run a string as a command within a Bash script

You can use eval to execute a string:

eval $illcommando

Leave a Comment