xref: /freebsd/contrib/dialog/samples/yesno-utf8 (revision 7a0c41d5d7d4e9770ef6f5d56f893efc8f18ab7c)
1#! /bin/sh
2# $Id: yesno-utf8,v 1.7 2010/01/14 01:11:23 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
12retval=$?
13
14. ./report-yesno
15