pub fn run_shell_command_success(shell_command: &str) -> bool
Expand description

Run one shell command and return true if success

TODO: vulnerable to command injection