jobflow icon indicating copy to clipboard operation
jobflow copied to clipboard

runs stuff in parallel (like GNU parallel, but much faster and memory-efficient)

Results 2 jobflow issues
Sort by recently updated
recently updated
newest added

note missing space between echo and {} ``` $ seq 1000 | jobflow -threads=100 -exec echo{} posix_spawn: No such file or directory posix_spawn: No such file or directory posix_spawn: No...

Fixed gitignore and makefile..