This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

elinks for cygwin again without wrap problems


Ok here it is again without all the wrap trouble . . .

install with cygwin setup.exe
  bash coreutils gzip perl sharutils

cut and paste the uuencode text below into a text file

Use uudecode as shown below

hope this helps

$ gzip -9 -c ~/bin/elinks-cygwin-from-source | uuencode --base64
elinks-cygwin-from-source.gz > /tmp/elinks-cygwin-from-source.gz.uu
$ cat /tmp/elinks-cygwin-from-source.gz.uu
begin-base64 644 elinks-cygwin-from-source.gz
H4sICCQV8U4CA2VsaW5rcy1jeWd3aW4tZnJvbS1zb3VyY2UArVVRb+M2DH73
r+AlHboFkBw7bdJ0yICiV2DDWhyQ7a0oDo6s2FplyZPkOC3240fZTuI263LA
FsAIRZEfP5EUNfwUroQKV4nNgyAYDof+g9y58joMuRTq2VJtKHsNU10rqZOU
5q6QjdVJ005LWGUMV45UyrpkJTl1iaGr1/gIhb1ktVCU6SIsZLciSVnaMB6P
JySKw8JmKMWTAwsAQmrhcl05skWZKx+CSJ5aOCzXiXUFL3qa+HJKmJba2JZC
e3woDTf8z0pY4a4bhfCkpQQfA1pKYLmrSsq3HK47DrudpHK6SJ45+IwCprZy
QlpYvYoyBqYNb9cZYxejnWuGm1ByI8HmiWkNMENQZ9xBA7azlGLFt2XiRl5C
jOZfMK02jaRLrqyVI3jFxR7eL0jKN1zu/aPDOmPmpXS9NX4RjTtFL7DfiOn4
YKmwrJbbI0X9zrdjtdN2eT6DsLKmab6mSQCLmGKGo0kMJK2K8pubMBjCd5AJ
B0xqxd+5oU8noUVjyVJoNXu/lUkUyzstGdMoAm1Ehsx6qvfWZHOIm3P2jO2H
tbKOm2N9HyYIxBoeH/GMcPbzl4e78MawXGx4SOHpCX4El3MVAPy2vP38y3Ix
eGMzCNai5x+OrGGjjxy/b3OLiY16pn9hZwmJOvihj/bJ4w3OWufBG8DiORUG
SPmW7rdQ/BdQznKNW2O4hsvpbD6PZrOLKJpcRPM5qu6Wyy/LDh86f1DawVpX
Kh14/y1W00divQhBS7Wrbp9Dq/qQwtXl1Xwyu5pN4/l0Opld7il8RrgOveuF
j2l0YZusmwKIWcOp8ddc8PP/MkHPu9t0f/v15v5+wRX8frd8WGxcNB63F0xq
lsiGVHeAXby6rmmmdYZgft4i0r7SJ4J+Tf15299p08CPMvLHdrMGSk++CAHO
J20c3N4u9vMBBx252G083Px6d9jy07GXfd/hAQ1xIK5FVhmO0x7n+VpsF4dc
/A/PRcASh2en4QOGX4smgz4i3i7LUzi34SN5Gpn0RSWFYCEhe/Ecfjp2o4rX
ELDSp/4YE/4pEtUy/dClwTvSYn39U4JPWSt07xrW56XERJXJroODvwGrybTs
FAgAAA==
====
$
$ cat /tmp/elinks-cygwin-from-source.gz.uu | uudecode -o /dev/stdout |
gzip -dc > /tmp/elinks-cygwin-from-source
$ sha256sum /tmp/elinks-cygwin-from-source
1c39d75ac5250f2bb5cd5a9950d9d8350fefc27bdd33838ab30afc1e18db5ed4
*/tmp/elinks-cygwin-from-source
$ du -h /tmp/elinks-cygwin-from-source
4.0K    /tmp/elinks-cygwin-from-source
$ wc -l /tmp/elinks-cygwin-from-source
87 /tmp/elinks-cygwin-from-source
$ head -1 /tmp/elinks-cygwin-from-source
#!/bin/bash

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]