parallel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

updating via option to gnu parallel itself


From: Shyam Saladi
Subject: updating via option to gnu parallel itself
Date: Fri, 15 Apr 2016 19:36:51 -0700

Hi,

I wonder whether it would be possible/desirable to have an option to update gnu parallel via an option to the program, such that it would be possible to do the following to retrieve the latest version:

parallel --update

Since it's contained in a single perl script and released to a single location (with the latest version given by parallel-latest.tar.bz2), this might be possible.

Personally, I download new versions from the ftp archive when they are released, so having an update option to parallel itself would be very convenient.

It might be as simple as having `parallel --update` run the following:
(wget -O - pi.dk/3 || curl pi.dk/3/) | bash

Thanks,
Shyam

reply via email to

[Prev in Thread] Current Thread [Next in Thread]