]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - contrib/dialog/samples/setup-edit
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / contrib / dialog / samples / setup-edit
1 #!/bin/sh
2 # $Id: setup-edit,v 1.2 2012/06/29 09:31:49 tom Exp $
3 # vile:shmode
4
5 input=`tempfile 2>/dev/null` || input=/tmp/input$$
6 output=`tempfile 2>/dev/null` || output=/tmp/test$$
7 trap "rm -f $input $output" $SIG_NONE $SIG_HUP $SIG_INT $SIG_TRAP $SIG_TERM