in reply to how to execute 'tmboot -y'
system spawns a child process and no child process can affect the environment of the parent. Therefore you should run both commands in a single system call if you want the environment to persist to the second command from the first.
|
|---|