5 ms·
$ make jq -j2 -f - <<EOF file1: wget file1 file2: wget file2 jq: file1 file2 jq file1 file2 EOF Could proba
by butt_hugger 6y 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.
- enriquto 6y agoyou can use semicolon instead of \n\t for a neater file