]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - contrib/dialog/samples/tailbox
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / contrib / dialog / samples / tailbox
1 #!/bin/sh
2 # $Id: tailbox,v 1.7 2010/01/13 10:36:18 tom Exp $
3
4 . ./setup-vars
5
6 ./killall listing
7 ./listing >listing.out &
8
9 $DIALOG --title "TAIL BOX" "$@" \
10         --tailbox listing.out 24 70
11
12 retval=$?
13
14 . ./report-button
15
16 ./killall listing