projects
/
feisty_meow.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
turned off debugging noise.
[feisty_meow.git]
/
scripts
/
users
/
findme.sh
1
#!/bin/bash
2
# finds the current user's processes in the process list.
3
snuser=$USER
4
if [ -z "$snuser" ]; then snuser=$USERNAME; fi
5
# more checks? what else would we get it from, REPLYTO?
6
bash "$FEISTY_MEOW_SCRIPTS/users/find_user.sh" $snuser