#! /bin/sh d="`git rev-parse --show-toplevel`" && if [ -n "$d" ]; then if [ -n "`git stash list`" ]; then echo "$d"; fi fi