Get port of subprocess/exec
I have a code that should get either a python or bash script and execute it using exec
or subprocess.check_output
.
I cannot edit the original code.
I have a code that should get either a python or bash script and execute it using exec
or subprocess.check_output
.
I cannot edit the original code.