From: Oleg Broytman Date: Thu, 26 Mar 2015 18:43:14 +0000 (+0300) Subject: Add touch-ALL-repos X-Git-Url: https://git.phdru.name/?p=git-scripts.git;a=commitdiff_plain;h=32ef99f91b05f48cf1f5b9e9e545839eb10fef1a Add 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'