index
:
mirror/azerothcore-wotlk.git
custom
master
https://github.com/azerothcore/azerothcore-wotlk.git @ 2025-09-28T12:01:02Z
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
deps
/
acore
/
mysql-tools
/
build-dump-parser.sh
blob: a38a195f8168dade67f5cdd36e3049e96dfe4e68 (
plain
)
1
2
3
4
5
#!/bin/bash
gcc
-O2
-Wall
-pedantic
dump-parser.c
-o
./bin/dump-parser
read
-p
"done"