diff options
| author | tv <tv@also> | 2011-08-05 23:57:46 +0200 | 
|---|---|---|
| committer | tv <tv@also> | 2011-08-05 23:57:46 +0200 | 
| commit | 9765cb12a335231bae6e1eee04f79b8c8d82ecb2 (patch) | |
| tree | af7f54b802cb322867c4833e86b11402ab23ef41 /streams | |
| parent | 3c70e47f7c75f6467385f75fafa9ddefeeb4d920 (diff) | |
| parent | b8a7f98b0082bbe4475b0c413ab7b90d9d7b5c7c (diff) | |
Merge branch 'master' of github.com:krebscode/painload
Diffstat (limited to 'streams')
| -rwxr-xr-x | streams/streams | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/streams/streams b/streams/streams index c5e9e471..607fd9e5 100755 --- a/streams/streams +++ b/streams/streams @@ -50,7 +50,7 @@ function status()    #tmux list-sessions  2>/dev/null    #return $RET -  EV="`ps -ef | grep tmux`" +  EV="`ps -ef | grep mplayer`"    if echo "$URLS" | while read URL NAME; do      if [ "`echo "$EV" | grep \"$URL\"`" ] ;then        echo "** $NAME running ($URL)"  | 
