]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/dialog/samples/listing
Add LLVM openmp trunk r351319 (just before the release_80 branch point)
[FreeBSD/FreeBSD.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