summaryrefslogtreecommitdiffstats
path: root/vendor/xorm.io/xorm/dialects/gen_reserved.sh
blob: 434a1bfcb00ab16f10220c4e2872853d02ef11df (plain)
1
2
3
4
5
6
#!/bin/bash
if [ -f $1 ];then
    cat $1| awk '{printf("\""$1"\":true,\n")}' 
else
    echo "argument $1 if not a file!"
fi