xref: /freebsd/contrib/dialog/samples/yesno-utf8 (revision 2a0c0aea42092f89c2a5345991e6e3ce4cbef99a)
1#! /bin/sh
2# $Id: yesno-utf8,v 1.8 2020/11/26 00:05:52 tom Exp $
3
4. ./setup-vars
5
6. ./setup-utf8
7
8DIALOG_ERROR=254
9export DIALOG_ERROR
10
11$DIALOG "$@" --yesno "Are you a DOG?" 0 0
12returncode=$?
13
14. ./report-yesno
15