`try bash -c "echo a"` actually executes `bash -c echo a`
try bash -c "echo a"actually executes
bash -c echo a