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