]> git.phdru.name Git - git-scripts.git/blob - ls-stash
Fix copy/paste bug
[git-scripts.git] / ls-stash
1 #! /bin/sh
2
3 exec "`dirname \"$0\"`"/do-all \
4    'test "$g" = "$d/.git" || continue; cd "$d" &&' \
5    'test -n "`git stash list`" && echo "$d"'