mirror of
https://gitcode.com/GitHub_Trending/az/azerothcore-wotlk.git
synced 2026-07-11 03:13:10 +00: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"
|