#!/bin/sh echo "Adding 'sword' group for installing SWORD modules systemwide" addgroup sword 2>/dev/null >&2 || true