diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2018-04-08 12:04:37 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-08 12:04:37 +0200 |
commit | 313bc2cb30e381fefda3eb86d3a45bf09cd282eb (patch) | |
tree | dfbf35395d00c15fa338cbefec0a7d6044b20ac6 /contrib | |
parent | 1c0e19dfcffddd9e9f888e7eeb3d6a99d7e25f6f (diff) |
Update merge_updates_unix.sh
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/merge_updates_unix.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/merge_updates_unix.sh b/contrib/merge_updates_unix.sh index e72c5e7b883..b70f0f36eba 100644 --- a/contrib/merge_updates_unix.sh +++ b/contrib/merge_updates_unix.sh @@ -1 +1,2 @@ -#!/bin/bashcat ../sql/updates/world/*.sql > world_update.sql +#!/bin/bash +cat ../sql/updates/world/*.sql > world_update.sql |