#!/bin/sh

ID=`whoami`
ps -u $ID | grep "$1" | awk '{ print $1 }'
