]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - contrib/dialog/samples/listing
Copy head to stable/9 as part of 9.0-RELEASE release cycle.
[FreeBSD/stable/9.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