#!/bin/sh # $Id: setup-tempfile 1073 2021-06-27 05:01:23Z $ # vile:shmode tempfile=`(tempfile) 2>/dev/null` || tempfile=/tmp/test$$ trap "rm -f $tempfile" 0 $SIG_NONE $SIG_HUP $SIG_INT $SIG_TRAP $SIG_TERM