]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/dialog/samples/inputbox6-8bit
contrib/tzdata: import tzdata 2023c
[FreeBSD/FreeBSD.git] / contrib / dialog / samples / inputbox6-8bit
1 #!/bin/sh
2 # $Id: inputbox6-8bit,v 1.8 2020/11/26 00:03:58 tom Exp $
3
4 . ./setup-vars
5
6 . ./setup-tempfile
7
8 . ./testdata-8bit
9
10 $DIALOG \
11 --title    "`printf '%s' "$SAMPLE"`" "$@" \
12 --inputbox "`printf '%s' "$SAMPLE"`" \
13 10 40      "`printf '%s' "$SAMPLE"`" 2>$tempfile
14
15 returncode=$?
16
17 . ./report-tempfile