freebsd-src/contrib/dialog/samples/tailbox

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

17 lines
245 B
Plaintext
Raw Normal View History

2011-01-13 02:21:23 +00:00
#!/bin/sh
# $Id: tailbox,v 1.8 2020/11/26 00:05:11 tom Exp $
2011-01-13 02:21:23 +00:00
. ./setup-vars
./killall listing
./listing >listing.out &
$DIALOG --title "TAIL BOX" "$@" \
--tailbox listing.out 24 70
returncode=$?
2011-01-13 02:21:23 +00:00
. ./report-button
./killall listing