我已经有一个工作的json脚本,我正在使用shell脚本,我试图将参数传递给该shell脚本,尝试了几个选项,但得到语法错误。请建议如何将参数传递给后面的json。
" Fn :: Base64":{
" Fn ::加入":["",["#!/ bin / bash \ n",
" cd / tmp \ n",
" curl -kO https://example_git_url/script.sh \ n",
" chmod 755 userdata.sh \ n",
" /tmp/script.sh \ n"
]]