Squashed 'modules/uwd/mysql-tools/' content from commit d76f949

git-subtree-dir: modules/uwd/mysql-tools
git-subtree-split: d76f949e480d06fd4b33dd58249e8419238e9ca9
This commit is contained in:
Yehonal
2016-08-13 20:31:44 +02:00
commit ce7b05ccae
14 changed files with 558 additions and 0 deletions

5
build-dump-parser.sh Normal file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
gcc -O2 -Wall -pedantic dump-parser.c -o ./bin/dump-parser
read -p "done"