1 Star 0 Fork 76

dlpc / mysql-schema-sync

forked from 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"
1
https://gitee.com/dlpc/mysql-schema-sync.git
git@gitee.com:dlpc/mysql-schema-sync.git
dlpc
mysql-schema-sync
mysql-schema-sync
master

搜索帮助