No subject


Tue Mar 17 14:04:44 CDT 2009


autohotkey with enough elbow grease. It would only take a small
wrapper script to run it under wine, or, if someone wanted to later
extend it, to windows.

Script is attached. Below is commented more.

-------------------
#!/bin/sh
# sha1sum is available for windows too, neat!
#wine `pwd`/wget.exe ftp://ftp.gnupg.org/gcrypt/binary/sha1sum.exe #
4a578ecd09a2d0c8431bdd8cf3d5c5f3ddcddfc9

wget http://users.ugent.be/~bpuype/cgi-bin/fetch.pl?dl=wget/wget.exe #
801a6938e0289d14078487d10152f8ce39af125c

---------All we really need sh for is the initial wget. That's easy
enough to workaround, or could add an ftp.exe to wine and eliminate
that completely.



More information about the wine-devel mailing list