#!/bin/sh set -eu repo_path="${1:?missing repo path}" repo_desc="${2:?missing repo description}" exec bw run -S inazuma "cd /var/lib/git && git init --bare '$repo_path' && echo '$repo_desc' > '$repo_path'/description && chown -R robert:wheel '$repo_path'"