3 #=======================================================================
5 # File ID: d96bacfe-6dda-11e3-8559-001f3b596ec9
7 # Execute "lpar" in all subdirs, options are delivered to
10 # Author: Øyvind A. Holm <sunny@sunbase.org>
11 # License: GNU General Public License version 2 or later.
12 #=======================================================================
17 if test "$1" = "--version"; then
18 echo $progname $VERSION
22 if test "$1" = "-h" -o "$1" = "--help"; then
25 Execute "lpar" in all subdirs, options are delivered to
28 Usage: $progname [options] [args_and_options_to_git-update-dirs]
35 Print version information.
41 find -name '*.git' -print0 |
sort -z |
xargs -0 git update-dirs
-l "$@"