Skip to content

os_system

Source

Run system commands via os.system(command). WIP

Inputs

Name Type Default Required Description
command str True A shell command.

Arguments

Position Argument Type
1 command str

Returns

NoneType