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