]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - contrib/dialog/samples/tailbox
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.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