Browse Source

Avoid a wip directory.

master
poikilos 1 year ago
parent
commit
cd0a9676b2
  1. 2
      utilities/pull-lmk

2
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=$?

Loading…
Cancel
Save