Hi, thanks for the great lib, I met a question, how to run a variable command? when I run this, it throws `/bin/bash: echo hello: command not found` ```js const command = "echo hello"; await $`${command}`; ```