I have a half dozen TextMate bundles that I am grabbing the latest versions from GitHub instead of from the main TextMate subversion repository. For a long time I have been updating each of the bundles’ Git repositories by cd’ing into each directory and running git pull. Doing this over and over became silly and I was annoyed from doing all that typing.
Today, I finally wrote a basic bash script that automates updating each of the repositories. Sometimes it is surprising how simple an automated solution turns out to be.
Hi Rob,
that’s a really neat idea. Thanks for sharing.
Awesome – just the thing I was looking for…
I landed here on the ruby poker gem… and had fun looking around. I had never heard of Project Euler before, thanks! I’m also going to be using this tip for updating bundles and stuff.