view lib-src/tm-file @ 79:5b0a5bbffab6

Added tag r20-0b34 for changeset c7528f8e288d
author cvs
date Mon, 13 Aug 2007 09:05:44 +0200
parents c0c698873ce1
children 1ce6082ce73f
line wrap: on
line source

#!/bin/sh -
#
# $Id: tm-file,v 1.2 1996/12/28 21:02:51 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