Thursday, March 16, 2006

Oracle instant client

The instant client could be downloaded here.

And some notes about the installation.

Sync multiple git repo at once

Use the following command in Linux will do the job:  ls -d RepoNames* | xargs -I{} git -C {} pull