summaryrefslogtreecommitdiff
path: root/contrib/dialog/samples/fselect2
blob: 63526dce5a26b1607d303ffb648fd614d292242b (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
# $Id: fselect2,v 1.11 2020/11/26 00:09:12 tom Exp $

. ./setup-vars

exec 3>&1
returntext=`$DIALOG --title "Please choose a file" "$@" --fselect "$HOME/" 0 0 2>&1 1>&3`
returncode=$?
exec 3>&-

. ./report-string