58 Star 191 Fork 75

hidu / mysql-schema-sync

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
create_dest.sh 188 Bytes
一键复制 编辑 原始数据 按行查看 历史
hidu 提交于 2015-10-10 22:05 . add fullindex sup
#!/bin/bash
cd $(dirname $0)
gox -os linux &
gox -os windows &
gox -os darwin &
wait
echo "gox done"
for f in `ls mysql-schema-sync_*`
do
tar -czvf $f.tar.gz $f
done
echo "all done"
Go
1
https://gitee.com/hidu/mysql-schema-sync.git
git@gitee.com:hidu/mysql-schema-sync.git
hidu
mysql-schema-sync
mysql-schema-sync
master

搜索帮助