Added backslash escape in command
An hack to allow putting double quotes in commands parameters by using the '' character within a quoted parameter.
For example to echo "a quote" we can do echo ""a quote""
It can also be useful for nested commands but I don't see an use case for this in vanilla.