Skip to content

mars/heroku-buildpack-gnu-parallel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GNU Parallel for Heroku

Parallel is a shell tool for executing jobs in parallel.

This buildpack will make & install the executable to /app/.heroku/gnu-parallel/bin/parallel, and it is automatically put on the $PATH via .profile.d script.

Usage

Add this buildpack to your app before other buildpacks:

heroku buildpacks:add -i 1 https://github.com/mars/heroku-buildpack-gnu-parallel

Then, redeploy your app.

Specify the version

Commit the file .gnu_parallel_version to you app containing the version part of the distribution file name, such as 20171022 or latest.

Default version: latest

About

A shell tool for executing jobs in parallel

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages