spross216

Results 1 comments of spross216

You can get around this for now with some clever shell or powershell scripts. I did something like this: ```PowerShell $files = Get-ChildItem -Path . -Filter "*.ps1" edit $files ```...