xref: /freebsd/contrib/dialog/samples/checklist9 (revision 35c87c070a2d04f06c56578b0a4b2e9c13f62be5)
1#! /bin/sh
2# $Id: checklist9,v 1.9 2020/11/26 00:03:58 tom Exp $
3# "checklist8" using --file
4
5. ./setup-vars
6
7. ./setup-tempfile
8
9$DIALOG "$@" --file checklist9.txt 2>$tempfile
10
11returncode=$?
12
13. ./report-tempfile
14