Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > 4e621f4c9f3e4ca46351f9339a6213ff > files > 141

dialog-1.1-11.20100428.fc14.x86_64.rpm

#!/bin/sh
# $Id: progress2,v 1.5 2010/01/13 10:20:03 tom Exp $

. ./setup-vars

. ./setup-tempfile

ls -1 >$tempfile
(
while true
do
read text
test -z "$text" && break
ls -ld "$text"
sleep 1
done <$tempfile
) |

$DIALOG --title "PROGRESS" "$@" --progressbox "This is a detailed description\nof the progress-box." 20 70