File: fselect-stdout

package info (click to toggle)
dialog 1.3-20230209-1
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 3,484 kB
  • sloc: ansic: 18,977; sh: 7,748; perl: 766; makefile: 435; python: 164
file content (9 lines) | stat: -rwxr-xr-x 209 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
#!/bin/sh
# $Id: fselect-stdout,v 1.9 2020/11/26 00:09:12 tom Exp $

. ./setup-vars

returntext=`$DIALOG --stdout --title "Please choose a file" "$@" --fselect "$HOME/" 14 48`
returncode=$?

. ./report-string