From cd0a9676b2d344e356980059d5119f607e5499d8 Mon Sep 17 00:00:00 2001 From: poikilos <7557867+poikilos@users.noreply.github.com> Date: Sat, 5 Aug 2023 22:19:15 -0400 Subject: [PATCH] Avoid a wip directory. --- utilities/pull-lmk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utilities/pull-lmk b/utilities/pull-lmk index 9069a0b..058105d 100755 --- a/utilities/pull-lmk +++ b/utilities/pull-lmk @@ -1,5 +1,5 @@ #!/bin/bash -rsync -rtv mtio:/opt/minebest/ ~/linux-minetest-kit-rsync --exclude "mtkit/minetest/" --exclude "assemble/" +rsync -rtv mtio:/opt/minebest/ ~/linux-minetest-kit-rsync --exclude "mtkit/minetest/" --exclude "assemble/" --exclude "mtkit0/" # ^ exclude mtkit/minetest/ and assemble/ since they are remotely-built copies of the program. # --info=progress2 code=$?