Skip to content

wipash/containers

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages