]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - contrib/dialog/samples/listing
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / contrib / dialog / samples / listing
1 #!/bin/sh
2 # $Id: listing,v 1.2 2007/05/28 12:40:36 tom Exp $
3 while true
4 do
5 ls -lrt
6 date
7 sleep 1
8 done