mxwcore-wotlk/deps/acore/mysql-tools/build-dump-parser.sh

6 lines
89 B
Bash
Raw Permalink Normal View History

2023-11-07 05:04:30 -05:00
#!/bin/bash
gcc -O2 -Wall -pedantic dump-parser.c -o ./bin/dump-parser
read -p "done"