do_with({command:command, with_activation:should_activate, in_newterm:in_newterm})
Execute sell commands in a terminal. If required, new terminal window will be opened.
Parameters
- command (text) : shell commands to send
- with_activate (boolean) : the target terminal is bring to front if true is given. Optional.
- in_newterm (boolean) : open a new termianl to execute sepcified commands if true is given. Optional.
Result
none