Current Path : /compat/linux/proc/68247/root/usr/src/contrib/dialog/samples/ |
FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64 |
Current File : //compat/linux/proc/68247/root/usr/src/contrib/dialog/samples/textbox-help |
#!/bin/sh # $Id: textbox-help,v 1.1 2011/01/18 09:59:20 tom Exp $ . ./setup-vars . ./setup-tempfile TEXT=/usr/share/common-licenses/GPL test -f $TEXT || TEXT=../COPYING cat textbox.txt | expand > $tempfile cat $TEXT | expand >> $tempfile $DIALOG --clear --title "TEXT BOX" \ --help-button "$@" \ --textbox "$tempfile" 22 77 retval=$? . ./report-button