freebsd-src/contrib/dialog/samples/checklist9
2021-02-26 10:16:49 +01:00

14 lines
213 B
Bash
Executable file

#! /bin/sh
# $Id: checklist9,v 1.9 2020/11/26 00:03:58 tom Exp $
# "checklist8" using --file
. ./setup-vars
. ./setup-tempfile
$DIALOG "$@" --file checklist9.txt 2>$tempfile
returncode=$?
. ./report-tempfile