Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 204 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 204 Bytes

Bash-Parallization

Simple bash code to run multiple instances of same code with different argument values.

The code parallel.sh call test.sh for every line in names.txt and passes that as an argument.