Upgrade xorm to v0.8.0 (#8536)

This commit is contained in:
Lunny Xiao
2019-10-17 11:26:49 +02:00
committed by Antoine GIRARD
parent ae132632a9
commit d151503d34
197 changed files with 191 additions and 291 deletions
+6
View File
@@ -0,0 +1,6 @@
#!/bin/bash
if [ -f $1 ];then
cat $1| awk '{printf("\""$1"\":true,\n")}'
else
echo "argument $1 if not a file!"
fi