|
发表于 2003-10-26 23:26:20
|
显示全部楼层
You can convert html to plaintext, then change plaintext to a shell script while reading it(vim does this job perfect!). After you done this, you can run the script.
A good idea? That's just what I did before.
Use this command to convert text:
lynx -dump install > install.sh
|
|