#!/bin/sh # $Id: inputbox6-8bit 1073 2021-06-27 05:01:23Z $ . ./setup-vars . ./setup-tempfile . ./testdata-8bit $DIALOG \ --title `printf "$SAMPLE"` "$@" \ --inputbox `printf "$SAMPLE"` \ 10 40 `printf "$SAMPLE"` 2>$tempfile retval=$? . ./report-tempfile