CLI of the day

for i in `jot 5` ; do mplayer -vc null -vo null -ao pcm:fast:file=$i.wav dvd://3 -chapter $i-$i ; done

Comments are closed.