Function operating_system_command
Source pub fn operating_system_command(system_command: &str) -> String
Expand description
Creates a new Operating System Command.
The given system command will be prefixed with OSC
and suffixed with ST
.
The interpretation of the command string depends on the relevant operating system.