Files
azerothcore-wotlk-pbot/deps/drassil/mysql-tools/build-dump-parser.sh
2017-10-13 19:22:53 +02:00

6 lines
89 B
Bash

#!/bin/bash
gcc -O2 -Wall -pedantic dump-parser.c -o ./bin/dump-parser
read -p "done"