]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - contrib/dialog/samples/inputbox6-8bit
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / contrib / dialog / samples / inputbox6-8bit
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"` \
13 10 40 `printf "$SAMPLE"` 2>$tempfile
14
15 retval=$?
16
17 . ./report-tempfile