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

6 lines
89 B
Bash

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