Hi All,

Can someone tell me how I can download this script

https://git.fedorahosted.org/cgit/livecd/tree/tools/livecd-iso-to-disk.sh

with wget and just get the script, not all the numbers
and HTML stuff.

This is what I have come up with.  Seems there should be a better
way.

# wget 
https://git.fedorahosted.org/cgit/livecd/tree/tools/livecd-iso-to-disk.sh -O- 
| html2text -nobs -style pretty -width 132 | cut -c10- | more

Many thanks,
-T


-- 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Computers are like air conditioners.
They malfunction when you open windows
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~