/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

  1. #!/bin/sh
  2. # $Id: tailbox,v 1.7 2010/01/13 10:36:18 tom Exp $
  3. . ./setup-vars
  4. ./killall listing
  5. ./listing >listing.out &
  6. $DIALOG --title "TAIL BOX" "$@" \
  7. --tailbox listing.out 24 70
  8. retval=$?
  9. . ./report-button
  10. ./killall listing