-
Notifications
You must be signed in to change notification settings - Fork 0
gurl
matveynator edited this page Apr 29, 2023
·
5 revisions
Gurl is a golang version of curl with embedded SSL - it is a curl for old machines.
curl -L 'http://files.matveynator.ru/gurl/latest/linux/amd64/gurl' > /usr/local/bin/gurl; chmod +x /usr/local/bin/gurl;
curl -L 'http://files.matveynator.ru/gurl/latest/linux/arm64/gurl' > /usr/local/bin/gurl; chmod +x /usr/local/bin/gurl;
curl -L 'http://files.matveynator.ru/gurl/latest/linux/386/gurl' > /usr/local/bin/gurl; chmod +x /usr/local/bin/gurl;