/contrib/dialog/samples/tailbox
https://bitbucket.org/freebsd/freebsd-head/ · Shell · 16 lines · 8 code · 6 blank · 2 comment · 0 complexity · debc4a88a7f673d959a70a0341058081 MD5 · raw file
- #!/bin/sh
- # $Id: tailbox,v 1.7 2010/01/13 10:36:18 tom Exp $
- . ./setup-vars
- ./killall listing
- ./listing >listing.out &
- $DIALOG --title "TAIL BOX" "$@" \
- --tailbox listing.out 24 70
- retval=$?
- . ./report-button
- ./killall listing