From 32ef99f91b05f48cf1f5b9e9e545839eb10fef1a Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Thu, 26 Mar 2015 21:43:14 +0300 Subject: [PATCH] Add touch-ALL-repos --- touch-ALL-repos | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 touch-ALL-repos diff --git a/touch-ALL-repos b/touch-ALL-repos new file mode 100755 index 0000000..fd63f0e --- /dev/null +++ b/touch-ALL-repos @@ -0,0 +1,6 @@ +#! /bin/sh + +exec "`dirname \"$0\"`"/do-all \ + 'test "$g" = "$d/.git" || continue; cd "$d" &&' \ + 'echo "$d" && "$HOME"/admin/prog/git-scripts/touch-all &&' \ + 'git submodule foreach "$HOME"/admin/prog/git-scripts/touch-all' -- 2.39.2