This commit was generated by cvs2svn to compensate for changes in r542,
[elisp/tm.git] / methods / csh / tm-file
1 #!/bin/csh -f
2
3 if (! $?TM_TMP_DIR) then
4     setenv TM_TMP_DIR /tmp
5 endif
6
7 if( $5 == "" ) then
8         set filename="$TM_TMP_DIR/mime$$"
9 else
10         set filename = $TM_TMP_DIR/$5
11 endif
12
13 echo "$2; $3 -> $filename"
14
15 tmdecode $3 $1 $filename