Skip to main content
deleted 43 characters in body
Source Link

Haven't undertand all the failed tries but thisThis works:

eval "echo $tmp" 

or

bash -c "echo $tmp" 

I was told by a friend.

Haven't undertand all the failed tries but this works:

eval "echo $tmp" 

or

bash -c "echo $tmp" 

I was told by a friend.

This works:

eval "echo $tmp" 

or

bash -c "echo $tmp" 

I was told by a friend.

Source Link

Haven't undertand all the failed tries but this works:

eval "echo $tmp" 

or

bash -c "echo $tmp" 

I was told by a friend.