diff options
Diffstat (limited to 'setup.ps1')
| -rw-r--r-- | setup.ps1 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/setup.ps1 b/setup.ps1 new file mode 100644 index 0000000..dd25785 --- /dev/null +++ b/setup.ps1 @@ -0,0 +1,8 @@ +# Setup documents repo +if (Test-Path "docs/Documents/.git") { + Push-Location "docs/Documents" + git pull origin main + Pop-Location +} else { + git clone https://github.com/JustEnoughVCS/Documents.git docs/Documents +} |
