xref: /freebsd/contrib/dialog/samples/yesno-utf8 (revision a96ef4501919d7ac08e94e98dc34b0bdd744802b)
14c8945a0SNathan Whitehorn#! /bin/sh
2*a96ef450SBaptiste Daroussin# $Id: yesno-utf8,v 1.8 2020/11/26 00:05:52 tom Exp $
34c8945a0SNathan Whitehorn
44c8945a0SNathan Whitehorn. ./setup-vars
54c8945a0SNathan Whitehorn
64c8945a0SNathan Whitehorn. ./setup-utf8
74c8945a0SNathan Whitehorn
84c8945a0SNathan WhitehornDIALOG_ERROR=254
94c8945a0SNathan Whitehornexport DIALOG_ERROR
104c8945a0SNathan Whitehorn
114c8945a0SNathan Whitehorn$DIALOG "$@" --yesno "Are you a DOG?" 0 0
12*a96ef450SBaptiste Daroussinreturncode=$?
134c8945a0SNathan Whitehorn
144c8945a0SNathan Whitehorn. ./report-yesno
15