diff --git a/capture.ps1 b/capture.ps1 index 7bb916a..e42fd17 100644 --- a/capture.ps1 +++ b/capture.ps1 @@ -1,5 +1,5 @@ -Get-Location -Get-ChildItem -Path (Get-Location).Path +(Get-Location).Path +(Get-ChildItem -Path (Get-Location).Path -Recurse).FullName $PSScriptRoot return diff --git a/root/readme.md b/root/readme.md index e69de29..30d74d2 100644 --- a/root/readme.md +++ b/root/readme.md @@ -0,0 +1 @@ +test \ No newline at end of file