Informatimago Public GIT Repositories
»
public/bin
: Blob dab0ad /
watch-ps
Summary
|
Shortlog
|
Commit
|
Commitdiff
|
Tree
|
commit
change
author
committer
#!/bin/csh -f while ( 1 ) ( ps $* | grep $argv[$#argv] ) || exit 0 end
ViewGit