set -e
currentPwd=$1
newPwd=$2

/bin/echo -e "$currentPwd\n$newPwd\n$newPwd" | /usr/bin/passwd atlona
