Execute unix shell command using Python. It takes shell command as an input and returns the command result.
Language used is Python. There are no dependencies.
Simply import execute_shell_command in your Python script and call execute_shell_command function with shell command as input.
For sample please refer execute_shell_command_reference.py script.