#!/bin/bash
adduser "$1"           
echo " $2" | passwd  --stdin  "$1" &>/dev/null