Skip to content
/ para Public

Simple command-line tool to run commands in parallel written in Go

Notifications You must be signed in to change notification settings

mizzy/para

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

para

Simple command line tool to run commands in parallel written in Go.

How to use

$ para COMMAND ARG1 [ARG2 ARG3 ...]

#{0} in COMMAND is replaced with ARGS. See below example.