Wraps a system command into shell() or system(), depending on the operating system.

calls_sys(sys_call, ...)

Arguments

sys_call

The call to be executed.

...

Arguments passed to shell() or system().