xref: /freebsd/contrib/bsddialog/examples_utility/yesno.sh (revision 833a452e9f082a7982a31c21f0da437dbbe0a39d)
1#!/bin/sh
2#-
3# SPDX-License-Identifier: CC0-1.0
4#
5# Written in 2021 by Alfonso Sabato Siciliano.
6# To the extent possible under law, the author has dedicated all copyright
7# and related and neighboring rights to this software to the public domain
8# worldwide. This software is distributed without any warranty, see:
9#     <http://creativecommons.org/publicdomain/zero/1.0/>.
10
11./bsddialog --title " yesno " --yesno "Hello World!" 6 25
12