freebsd-src/contrib/dialog/samples/fselect0

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
218 B
Plaintext
Raw Normal View History

2012-10-21 18:18:09 +00:00
#!/bin/sh
# $Id: fselect0,v 1.3 2020/11/26 00:09:12 tom Exp $
2012-10-21 18:18:09 +00:00
. ./setup-vars
exec 3>&1
returntext=`$DIALOG --title "Please choose a file" "$@" --fselect '' 14 48 2>&1 1>&3`
returncode=$?
2012-10-21 18:18:09 +00:00
exec 3>&-
. ./report-string