i want to do something like:
schroot -c name -u root "export A=3 && export B=4"
but i get the error:
Failed to execute “export”: No such file or directory
In other words, I want to be able to programmatically execute shell commands inside the schroot environment. What is the right way to get this behavior?