Files

4 lines
132 B
Bash
Raw Permalink Normal View History

2026-01-20 21:28:45 -03:00
#!/bin/bash
cat ../sql/updates/world/master/*.sql > world_update.sql
cat ../sql/updates/hotfixes/master/*.sql > hotfixes_update.sql