#!/bin/sh

addgroup -S bird 2>/dev/null
adduser -S -D -H -s /sbin/nologin -G bird -g birdwatcher birdwatcher 2>/dev/null

exit 0
