xref: /freebsd/contrib/dialog/samples/checklist9 (revision a96ef4501919d7ac08e94e98dc34b0bdd744802b)
14c8945a0SNathan Whitehorn#! /bin/sh
2*a96ef450SBaptiste Daroussin# $Id: checklist9,v 1.9 2020/11/26 00:03:58 tom Exp $
34c8945a0SNathan Whitehorn# "checklist8" using --file
44c8945a0SNathan Whitehorn
54c8945a0SNathan Whitehorn. ./setup-vars
64c8945a0SNathan Whitehorn
74c8945a0SNathan Whitehorn. ./setup-tempfile
84c8945a0SNathan Whitehorn
94c8945a0SNathan Whitehorn$DIALOG "$@" --file checklist9.txt 2>$tempfile
104c8945a0SNathan Whitehorn
11*a96ef450SBaptiste Daroussinreturncode=$?
124c8945a0SNathan Whitehorn
134c8945a0SNathan Whitehorn. ./report-tempfile
14