summaryrefslogtreecommitdiff
path: root/contrib/dialog/samples/setup-tempfile
blob: b00106c29c7efc0e31873106b5575b76cc6fc6b2 (plain)
1
2
3
4
5
6
#!/bin/sh
# $Id: setup-tempfile,v 1.4 2016/01/26 22:42:47 tom Exp $
# vile:shmode

tempfile=`(tempfile) 2>/dev/null` || tempfile=/tmp/test$$
trap "rm -f $tempfile" 0 $SIG_NONE $SIG_HUP $SIG_INT $SIG_QUIT $SIG_TERM