Skip to content

Commit

Permalink
Readme tweak.
Browse files Browse the repository at this point in the history
  • Loading branch information
mdales committed Oct 29, 2024
1 parent e123d99 commit 6a213f6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# littlejohn

littlejohn is a small tool to let you run a simple command line tool in parallel. If you have a command of the form:
littlejohn is a small tool to let you run a simple command line tool in parallel driven by a CSV file - so great for data-science type tasks where you need to run a command many times, once per item in a data-set.

## Usage

If you have a command of the form:

```
$ /bin/myprogram arg1 --arg2 foo --arg3 bar --arg4 wibble
Expand Down

0 comments on commit 6a213f6

Please sign in to comment.