Files
azeroth-core-android/deps/acore/mysql-tools/build-dump-parser.sh
2026-01-25 22:24:57 +01:00

6 lines
89 B
Bash

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