mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2025-11-29 17:38:24 +08:00
6 lines
89 B
Bash
6 lines
89 B
Bash
#!/bin/bash
|
|
|
|
gcc -O2 -Wall -pedantic dump-parser.c -o ./bin/dump-parser
|
|
|
|
read -p "done"
|