diff --git a/utilities/pull-minetest-kit b/utilities/pull-minetest-kit new file mode 100755 index 0000000..b2fc720 --- /dev/null +++ b/utilities/pull-minetest-kit @@ -0,0 +1,19 @@ +#!/bin/bash +rsync -rt --info=progress2 mtio:/opt/minebest/ ~/linux-minetest-kit-rsync +code=$? +if [ $code -eq 0 ]; then + echo "Updating ~/linux-minetest-kit-rsync...OK" +else + echo "Updating ~/linux-minetest-kit-rsync...FAILED" +fi +cd ~/linux-minetest-kit-rsync +cat <