Bash.psm1

Function Invoke-BashCommand {
    Bash -c "$($MyInvocation.InvocationName) $Args"
}