Y
Hacker News
new
|
ask
|
show
|
jobs
by
bloopernova
1037 days ago
parallel --embed > parallel.sh
Then store that in your source repo and use it wherever shells are used!
3 comments
em500
1037 days ago
On Debian 11.7:
$ parallel --embed > parallel.sh Unknown option: embed
[edit] Ran it in Ubuntu 22.04, it does output a bash script ... which still depends on Perl.
link
commonlisp94
1037 days ago
isn't perl always installed?
link
philkrylov
1037 days ago
It is not, at least on FreeBSD and NetBSD.
link
dpkirchner
1037 days ago
Would this taint the other code in your repo with the GPL? I'd guess it would depend on how it is distributed.
link
klyrs
1036 days ago
If you're running on your private build infra, it's fine. If you're pushing that repo to somewhere public, it's now GPL.
link
OJFord
1037 days ago
To install parallel, first run parallel --embed?
link