diff options
Diffstat (limited to 'setup.sh')
| -rwxr-xr-x | setup.sh | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/setup.sh b/setup.sh deleted file mode 100755 index fb2a6d6..0000000 --- a/setup.sh +++ /dev/null @@ -1,9 +0,0 @@ -# Setup documents repo -if [ -d "docs/Documents/.git" ]; then - cd docs/Documents - git fetch origin main - git reset --hard origin/main - cd - -else - git clone https://github.com/JustEnoughVCS/Documents.git docs/Documents -fi |
