xref: /freebsd/contrib/dialog/samples/inputbox6-8bit (revision a96ef4501919d7ac08e94e98dc34b0bdd744802b)
14c8945a0SNathan Whitehorn#!/bin/sh
2*a96ef450SBaptiste Daroussin# $Id: inputbox6-8bit,v 1.8 2020/11/26 00:03:58 tom Exp $
34c8945a0SNathan Whitehorn
44c8945a0SNathan Whitehorn. ./setup-vars
54c8945a0SNathan Whitehorn
64c8945a0SNathan Whitehorn. ./setup-tempfile
74c8945a0SNathan Whitehorn
84c8945a0SNathan Whitehorn. ./testdata-8bit
94c8945a0SNathan Whitehorn
104c8945a0SNathan Whitehorn$DIALOG \
11*a96ef450SBaptiste Daroussin--title    "`printf '%s' "$SAMPLE"`" "$@" \
12*a96ef450SBaptiste Daroussin--inputbox "`printf '%s' "$SAMPLE"`" \
13*a96ef450SBaptiste Daroussin10 40      "`printf '%s' "$SAMPLE"`" 2>$tempfile
144c8945a0SNathan Whitehorn
15*a96ef450SBaptiste Daroussinreturncode=$?
164c8945a0SNathan Whitehorn
174c8945a0SNathan Whitehorn. ./report-tempfile
18