Skip to main content

Module process_cmd

Module process_cmd 

Source
Expand description

Spawn processes from a command line without sh -c (no shell metacharacter interpretation).

Functions§

run_argv_command
Run command as argv[0..] via shlex (no shell). Returns (stdout+stderr text, success).