Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 232 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 232 Bytes

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 {} \;