]> CyberLeo.Net >> Repos - FreeBSD/releng/9.0.git/blob - contrib/dialog/samples/checklist9
Copy stable/9 to releng/9.0 as part of the FreeBSD 9.0-RELEASE release
[FreeBSD/releng/9.0.git] / contrib / dialog / samples / checklist9
1 #! /bin/sh
2 # $Id: checklist9,v 1.8 2010/01/13 10:20:03 tom Exp $
3 # "checklist8" using --file
4
5 . ./setup-vars
6
7 . ./setup-tempfile
8
9 $DIALOG "$@" --file checklist9.txt 2>$tempfile
10
11 retval=$?
12
13 . ./report-tempfile