codemonkeysoftware / tag_to_md

A docker container used to convert gitlab tags to markdown pages
MIT License
0 stars 0 forks source link

Try out GNU Parallel #1

Open codemonkeysoftware opened 4 years ago

codemonkeysoftware commented 4 years ago

https://en.wikipedia.org/wiki/GNU_parallel might work better than the for loop, with potentially increased performance due to parallelization of the task.

codemonkeysoftware commented 4 years ago

Or maybe even just xargs