ref: b7113d284ecd02271c20c74462ebd7ba3eeb3510
dir: /common.rc/
nl=' ' fn die{ >[1=2] echo $0: $* exit $"* } fn usage{ >[1=2] echo -n 'usage:' $usage exit 'usage' } fn gitup{ gitroot=`{git/conf -r >[2]/dev/null} gitrel=`{pwd | sed 's@^'$gitroot'/*@@'} if(~ $#gitroot 0) die 'not a git repository' if(~ $#gitrel 0) gitrel='.' cd $gitroot git/fs }