freebsd-src/contrib/dialog/samples/inputbox6-8bit
2021-02-26 10:16:49 +01:00

18 lines
302 B
Bash
Executable file

#!/bin/sh
# $Id: inputbox6-8bit,v 1.8 2020/11/26 00:03:58 tom Exp $
. ./setup-vars
. ./setup-tempfile
. ./testdata-8bit
$DIALOG \
--title "`printf '%s' "$SAMPLE"`" "$@" \
--inputbox "`printf '%s' "$SAMPLE"`" \
10 40 "`printf '%s' "$SAMPLE"`" 2>$tempfile
returncode=$?
. ./report-tempfile