diff options
author | Gacko <gacko28@gmx.de> | 2014-04-26 10:41:31 +0200 |
---|---|---|
committer | Gacko <gacko28@gmx.de> | 2014-04-26 10:41:31 +0200 |
commit | 938947880aa22054540fe3052a1f9ec98033d466 (patch) | |
tree | 268116adf7003433c662e150ca54090f2d004053 | |
parent | 6bf71b80ae56edc36ae0d66b9c3891c93f33478b (diff) |
Move merge_updates_windows.bat to right folder and add Unix version
-rw-r--r-- | contrib/merge_updates_unix.sh | 1 | ||||
-rw-r--r-- | contrib/merge_updates_windows.bat | 1 | ||||
-rw-r--r-- | merge_updates_windows.bat | 1 |
3 files changed, 2 insertions, 1 deletions
diff --git a/contrib/merge_updates_unix.sh b/contrib/merge_updates_unix.sh new file mode 100644 index 00000000000..d0093d03fc1 --- /dev/null +++ b/contrib/merge_updates_unix.sh @@ -0,0 +1 @@ +cat ../sql/updates/world/*.sql > world_update.sql diff --git a/contrib/merge_updates_windows.bat b/contrib/merge_updates_windows.bat new file mode 100644 index 00000000000..c43d4adf907 --- /dev/null +++ b/contrib/merge_updates_windows.bat @@ -0,0 +1 @@ +copy /a ..\sql\updates\world\*.sql /b world_updates.sql diff --git a/merge_updates_windows.bat b/merge_updates_windows.bat deleted file mode 100644 index 3cf6e80d52a..00000000000 --- a/merge_updates_windows.bat +++ /dev/null @@ -1 +0,0 @@ -copy /a sql\updates\world\*world*.sql /b world_updates.sql |