#! /bin/sh cd "`dirname \"$0\"`" && prog_dir="`pwd`" && cd "$HOME"/tmp && rm -rf ls-not-pushed-carefully.tmp && LSTMP="$HOME"/tmp/ls-not-pushed-carefully.tmp \ "$prog_dir"/do-all \ 'test "$g" = "$d/.git" || continue;' \ 'rsync -aW --del --protocol=28 "$d" "$LSTMP" && cd "$LSTMP/$b" &&' \ 'test -n "`git status --branch --short | grep "ahead\|behind"`" && echo "$d"' && cd "$HOME"/tmp && exec rm -rf ls-not-pushed-carefully.tmp