#!/bin/sh
while true; do lsf | grep -v '\.html$' | shuffle | while read A; do L=`mlength "$A"`; pos=`dc -e "$L 0.95 * $RANDOM * 32768.0 / p"`; geom=0:100% v nice -n 20 mp -ss $pos -endpos 30 "$A"; done; done
