Y
Hacker News
new
|
ask
|
show
|
jobs
by
butt_hugger
1967 days ago
$ 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.
1 comments
enriquto
1967 days ago
you can use semicolon instead of \n\t for a neater file
link