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