#!/bin/bash # Author: Iain Douglas echo "Running $0" echo "Testing newusers" grep -q "^xyssy" /etc/passwd && { t_Log "FAIL: user xyssy alredy exists"; exit $FAIL; } newusers <