summaryrefslogtreecommitdiffstats
path: root/contrib/dialog/samples/setup-edit
blob: 8f9d284220f459b386369ef413e24c26c0979efa (plain)
1
2
3
4
5
6
7
#!/bin/sh
# $Id: setup-edit,v 1.2 2012/06/29 09:31:49 tom Exp $
# vile:shmode

input=`tempfile 2>/dev/null` || input=/tmp/input$$
output=`tempfile 2>/dev/null` || output=/tmp/test$$
trap "rm -f $input $output" $SIG_NONE $SIG_HUP $SIG_INT $SIG_TRAP $SIG_TERM
OpenPOWER on IntegriCloud