shell script 内でheredocを使い、json文字列を変数代入する - Qiita

heredocを受け取り、標準出力するvar=keycat << EOS | jq { "$var": "value" }EOS出力は{ "key": "value"}heredocは…