Merge commit 'ce7b05ccae4549ca6e1ae2de1d3e36a8b3b82690' as 'modules/uwd/mysql-tools'

This commit is contained in:
Yehonal
2016-08-13 20:31:44 +02:00
14 changed files with 558 additions and 0 deletions

View File

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