#!/bin/sh
OUTPUT=`grep $1 /etc/shadow | cut -f2 -d:`
echo -n "$OUTPUT"
