????

Your IP : 216.73.216.152


Current Path : /proc/self/root/proc/self/root/usr/share/doc/dialog-1.2/samples/
Upload File :
Current File : //proc/self/root/proc/self/root/usr/share/doc/dialog-1.2/samples/setup-tempfile

#!/bin/sh
# $Id: setup-tempfile,v 1.3 2012/07/06 17:51:56 tom Exp $
# 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