#! /bin/sh LSTMP="$HOME"/tmp/ls-status-carefully.tmp export LSTMP trap 'exec rm -rf "$LSTMP"' 0 HUP INT QUIT TERM cd "`dirname \"$0\"`" && prog_dir="`pwd`" && rm -rf "$LSTMP" && mkdir "$LSTMP" && "$prog_dir"/do-all \ 'test "$g" = "$d/.git" || continue;' \ 'rsync -aW --del --protocol=28 "$d" "$LSTMP" && cd "$LSTMP/$b" &&' \ 'test -n "`git status --short`" && echo "$d"'