validated calling out to logname
[feisty_meow.git] / scripts / processes / findme.sh
1 #!/bin/bash
2 # finds the current user's processes in the process list.
3 snuser=$USER
4 # if the unix variable for the user is not set, try the dos variable.
5 if [ -z "$snuser" ]; then snuser=$USERNAME; fi
6 #hmmm: more checks?  what else would we get it from, REPLYTO?
7
8 bash "$FEISTY_MEOW_SCRIPTS/users/find_user.sh" $snuser