#!/bin/sh adduser -S -D -H -h /var/lib/git -s /bin/sh -g git git 2>/dev/null exit 0