1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-03 12:35:02 +00:00
freebsd/samples/prgbox2

10 lines
168 B
Plaintext
Raw Normal View History

2011-04-17 17:00:55 +00:00
#!/bin/sh
2012-10-21 18:18:09 +00:00
# $Id: prgbox2,v 1.2 2012/07/02 09:46:24 tom Exp $
2011-04-17 17:00:55 +00:00
. ./setup-vars
$DIALOG --title "PRGBOX" "$@" --prgbox "./shortlist 3" 20 70
2012-10-21 18:18:09 +00:00
retval=$?
. ./report-button