Skip to content

planet-s/parallel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redox's Parallel

Deploy the power of the Ion Shell in a multi-threaded fashion.

How to

Run the command with {} where you want your arguments to be. Currently, only one argument is supported per run.

Example (Ion syntax):

parallel -progress 'echo {}' {1..1000}

or in POSIX shells (with the seq command):

parallel -progress 'echo {}' $(seq 1 999)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages