mxw_wotlk_azerothcore/deps/drassil/mysql-tools/build-dump-parser.sh

6 lines
89 B
Bash
Raw Permalink Normal View History

2020-10-30 23:45:46 -04:00
#!/bin/bash
gcc -O2 -Wall -pedantic dump-parser.c -o ./bin/dump-parser
read -p "done"