From cb6e56d31a66ca2a7d9bc782b76f7c523559115b Mon Sep 17 00:00:00 2001
From: Someone <someone@somenet.org>
Date: Fri, 18 Jan 2013 04:39:48 +0100
Subject: [PATCH] pull all script

---
 gpullAll.sh | 4 ++++
 1 file changed, 4 insertions(+)
 create mode 100755 gpullAll.sh

diff --git a/gpullAll.sh b/gpullAll.sh
new file mode 100755
index 0000000..6cdcee2
--- /dev/null
+++ b/gpullAll.sh
@@ -0,0 +1,4 @@
+#!/bin/bash
+echo "updating all repos in `pwd`..."
+find . -maxdepth 2 -name '.git' -execdir pwd \; -execdir git pull \;
+
-- 
2.43.0