freebsd-src/contrib/dialog/samples/prgbox2
2021-02-26 10:16:49 +01:00

10 lines
172 B
Bash
Executable file

#!/bin/sh
# $Id: prgbox2,v 1.3 2020/11/26 00:05:11 tom Exp $
. ./setup-vars
$DIALOG --title "PRGBOX" "$@" --prgbox "./shortlist 3" 20 70
returncode=$?
. ./report-button