summaryrefslogtreecommitdiff
path: root/deps/acore/mysql-tools/build-dump-parser.sh
blob: a38a195f8168dade67f5cdd36e3049e96dfe4e68 (plain)
1
2
3
4
5
#!/bin/bash 

gcc -O2 -Wall -pedantic dump-parser.c -o ./bin/dump-parser

read -p "done"