1#!/bin/sh
2# $Id: inputbox6-8bit,v 1.6 2010/01/13 10:20:03 tom Exp $
3
4. ./setup-vars
5
6. ./setup-tempfile
7
8. ./testdata-8bit
9
10$DIALOG \
11--title    `printf "$SAMPLE"` "$@" \
12--inputbox `printf "$SAMPLE"` \
1310 40 `printf "$SAMPLE"` 2>$tempfile
14
15retval=$?
16
17. ./report-tempfile
18