#!/bin/sh set -e if [ ! -e .git ]; then git-init echo "$(hostname) /etc repository" > .git/description fi