From c75fef386a2eee729bafe0cc089fad631bfe2076 Mon Sep 17 00:00:00 2001 From: jcolebrand Date: Mon, 20 Mar 2023 04:10:07 -0700 Subject: [PATCH] dump vars --- capture.ps1 | 6 ++++++ 1 file changed, 6 insertions(+) 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"