Module: shell
File: C:\Users\korde\Home\Github\task-runner-SDLC\src\utils\shell.py
Language: Python
Imports
import loggingimport subprocessimport os
Functions
change_directory(path)
Change the current working directory
Parameters
path
get_current_working_directory()
Get the current working directory
run_command(command)
Run a shell command
Parameters
command