view lib-src/tm-file @ 7:c153ca296910

Added tag r19-15b4 for changeset 27bc7f280385
author cvs
date Mon, 13 Aug 2007 08:47:16 +0200
parents b82b59fe008d
children 49a24b4fd526
line wrap: on
line source

#!/bin/sh -
#
# $Id: tm-file,v 1.1.1.1 1996/12/18 03:52:12 steve Exp $
#

if [ "$TM_TMP_DIR" = "" ]; then
	TM_TMP_DIR=/tmp
	export TM_TMP_DIR
fi

if [ "$5" = "" ]; then
	filename="$TM_TMP_DIR/mime$$"
else
	filename="$TM_TMP_DIR/$5"
fi


echo "$2; $3 -> $filename"

tmdecode $3 $1 $filename