xref: /freebsd/contrib/dialog/samples/yesno-utf8 (revision b2d2a78ad80ec68d4a17f5aef97d21686cb1e29b)
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