#!/bin/sh find $HOME -maxdepth 1 -type d -name '*\.git' -printf "%f\n"