mxwcore-wotlk/deps/acore/mysql-tools/build-dump-parser.sh
2025-09-29 02:27:58 -04:00

6 lines
89 B
Bash

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