From ce8d35bfde8c6f63b85d047c3672816682db2260 Mon Sep 17 00:00:00 2001 From: jcolebrand Date: Mon, 20 Mar 2023 04:43:44 -0700 Subject: [PATCH] starting point --- capture.ps1 | 6 ------ 1 file changed, 6 deletions(-) diff --git a/capture.ps1 b/capture.ps1 index e42fd17..e0c09e2 100644 --- a/capture.ps1 +++ b/capture.ps1 @@ -1,9 +1,3 @@ -(Get-Location).Path -(Get-ChildItem -Path (Get-Location).Path -Recurse).FullName -$PSScriptRoot - -return - $path = $PSScriptRoot Write-Host "Capturing files begin"