/[mplayer-eee-tv]/record-stream.sh
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /record-stream.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 13 by dpavlin, Thu Oct 29 11:55:14 2009 UTC revision 21 by dpavlin, Sat Oct 31 13:54:17 2009 UTC
# Line 6  adapter=$1 Line 6  adapter=$1
6  channel=$2  channel=$2
7  duration=$3  duration=$3
8    
9  if [ -z "$adapter" -o -z "$channel" -o -z "$time" ] ; then  if [ -z "$adapter" -o -z "$channel" -o -z "$duration" ] ; then
10          echo "Usage: $0 adapter_nr Channel_name duration"          echo "Usage: $0 adapter_nr Channel_name duration"
11          exit 1;          exit 1;
12  fi  fi

Legend:
Removed from v.13  
changed lines
  Added in v.21

  ViewVC Help
Powered by ViewVC 1.1.26