#!/bin/bash
[ -z "$1" ] && echo "usage: $0 <file.flv>" && exit 1
ln `ls -t /tmp/Flash* | head -n 1` $1

