freebsd-src/contrib/dialog/samples/yesno-utf8

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
216 B
Plaintext
Raw Normal View History

2011-01-13 02:21:23 +00:00
#! /bin/sh
# $Id: yesno-utf8,v 1.8 2020/11/26 00:05:52 tom Exp $
2011-01-13 02:21:23 +00:00
. ./setup-vars
. ./setup-utf8
DIALOG_ERROR=254
export DIALOG_ERROR
$DIALOG "$@" --yesno "Are you a ?" 0 0
returncode=$?
2011-01-13 02:21:23 +00:00
. ./report-yesno