#!/usr/bin/env sh if [ -f "$1/config" ]; then cd "$1" git config cgit.desc "$2" fi