#!/bin/sh if [ -n "$1" ]; then echo "Usage: create-repo " exit 1 fi sudo -u git git init --bare "$1"