just a snippet: dialogs in linux
just a small snippet for linux fun lovers. gl+hf
#!/bin/bash
{ i=0
while [ $i -lt 100 ]
do
echo $i
sleep 0.1
i=`expr $i + 1`
done
echo;
} | dialog –guage “Loading…” 30 70 0
just a small snippet for linux fun lovers. gl+hf
#!/bin/bash
{ i=0
while [ $i -lt 100 ]
do
echo $i
sleep 0.1
i=`expr $i + 1`
done
echo;
} | dialog –guage “Loading…” 30 70 0
errata ![]()
“dialog –gauge”
XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>
1 Comment
Jump to comment form | comments rss [?] | trackback uri [?]