14c8945a0SNathan Whitehorn#!/bin/sh 2*a96ef450SBaptiste Daroussin# $Id: fselect,v 1.14 2020/11/26 00:09:12 tom Exp $ 34c8945a0SNathan Whitehorn 44c8945a0SNathan Whitehorn. ./setup-vars 54c8945a0SNathan Whitehorn 64c8945a0SNathan Whitehornexec 3>&1 7*a96ef450SBaptiste Daroussinreturntext=`$DIALOG --title "Please choose a file" "$@" --fselect "$HOME/" 14 48 2>&1 1>&3` 8*a96ef450SBaptiste Daroussinreturncode=$? 94c8945a0SNathan Whitehornexec 3>&- 104c8945a0SNathan Whitehorn 114c8945a0SNathan Whitehorn. ./report-string 12