Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Use a Makefile? e.g., GNU make can perform parallel execution.


    $ make jq -j2 -f - <<EOF
    file1:
            wget file1
    file2:
            wget file2
    jq: file1 file2
            jq file1 file2
    EOF
Could probably make some syntactic sugar for this.


you can use semicolon instead of \n\t for a neater file




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: