From ddd2eb06b6f4a825de68eea541edc43cf035aec7 Mon Sep 17 00:00:00 2001 From: poikilos <7557867+poikilos@users.noreply.github.com> Date: Sun, 28 Apr 2019 21:02:25 -0400 Subject: [PATCH] add lua_api meld script --- patches/doc-meld.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 patches/doc-meld.sh diff --git a/patches/doc-meld.sh b/patches/doc-meld.sh new file mode 100755 index 0000000..8ae39e7 --- /dev/null +++ b/patches/doc-meld.sh @@ -0,0 +1,2 @@ +#!/bin/sh +nohup meld /home/owner/Downloads/git/minetest/minetest/doc/lua_api.txt ~/git/EnlivenMinetest/webapp/linux-minetest-kit/minetest/doc/lua_api.txt ~/git/EnlivenMinetest/patches/deploy-patched/doc/lua_api.txt &