summaryrefslogtreecommitdiffstats
path: root/contrib/dialog/samples/fselect0
blob: 3bd5b6d962a8e54e685b1e2a8a3d39bbcd1e5aff (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
# $Id: fselect0,v 1.1 2011/10/14 08:32:48 tom Exp $

. ./setup-vars

exec 3>&1
RESULT=`$DIALOG --title "Please choose a file" "$@" --fselect '' 14 48 2>&1 1>&3`
retval=$?
exec 3>&-

. ./report-string
OpenPOWER on IntegriCloud