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