bdy sandbox exec command
$bdy sandbox exec command|cmd [options] <identifier> <command>
Execute a command in sandbox
Examples
Ran command in sandboxbdy sb exec command sandbox-identifier "ls -la"$
Ran command in sandbox and wait for it to completebdy sb exec command sandbox-identifier "sleep 10" --wait$