diff --git a/capture.ps1 b/capture.ps1 index e0c09e2..7bb916a 100644 --- a/capture.ps1 +++ b/capture.ps1 @@ -1,3 +1,9 @@ +Get-Location +Get-ChildItem -Path (Get-Location).Path +$PSScriptRoot + +return + $path = $PSScriptRoot Write-Host "Capturing files begin"