reorganise more old stuff
Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
This commit is contained in:
parent
bd2765c540
commit
c23bfc5a82
54 changed files with 3 additions and 562 deletions
5
old/taskgreper
Executable file
5
old/taskgreper
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
for proc in $@; do
|
||||
ps ax|grep $proc|grep -v $0|grep -v "grep $proc"
|
||||
done
|
||||
Loading…
Add table
Add a link
Reference in a new issue