20:fc0904a91aea default tip
Anton Shestakov <engored@ya.ru>, Sat, 29 Nov 2014 13:29:52 +0800
find-closest: something about ok and fail

previous change 17:facad31ec0dc

find-closest/hgroot_3.sh

Permissions: -rwxr-xr-x

Other formats: Feeds:
#!/bin/bash
function upsearch () {
test / == "$PWD" && return || test -e "$1" && echo "$PWD" && return || cd .. && upsearch "$1"
}
upsearch '.hg'