freebsd-src/contrib/dialog/samples/yesno-utf8
2021-02-26 10:16:49 +01:00

15 lines
216 B
Bash
Executable file
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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