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 | be437cb12952fd4452efe74c0be7431fb3724104 (patch) | |
| tree | 81a6a2ef0071ffae01f8beb5302589a3b0608129 /streams | |
| parent | 25236810321db809db0622adb4edaade4b69f7d0 (diff) | |
| parent | 1398ea4fcff80f7989a66cebb576af4c9f4d2d5d (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)" |
