#!/bin/sh
#
if [ -z $1 ];then echo "This script is intended to be called from filemanager via file association";sleep 2;exit;fi
xterm -sb -e tburn $1
sleep 3
exit