#!/bin/sh -e case "$1" in *) /usr/bin/ffplay -autoexit "$1" ;; esac exit