containers Allow shell execution from powershell Get-ChildItem -Recurse -Filter *.sh | ForEach-Object { git update-index --chmod=+x $_.FullName } find . -type f -name "*.sh" -exec chmod +x {} \;