#!/bin/bash -e #clone all the gonet2 repo into current dir. mkdir -p gonet2/src cd gonet2/src git clone git@github.com:gonet2/agent.git git clone git@github.com:gonet2/game.git git clone git@github.com:gonet2/snowflake.git git clone git@github.com:xtaci/chat.git git clone git@github.com:xtaci/rank.git git clone git@github.com:gonet2/geoip.git git clone git@github.com:gonet2/wordfilter.git git clone git@github.com:gonet2/tools.git