1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-01 12:19:28 +00:00
freebsd/samples/checklist9
2011-01-13 02:21:23 +00:00

14 lines
209 B
Bash
Executable File

#! /bin/sh
# $Id: checklist9,v 1.8 2010/01/13 10:20:03 tom Exp $
# "checklist8" using --file
. ./setup-vars
. ./setup-tempfile
$DIALOG "$@" --file checklist9.txt 2>$tempfile
retval=$?
. ./report-tempfile