run cURL command and save output file to AWS S3 using shell script

前端 未结 0 1158
忘掉有多难
忘掉有多难 2020-12-01 19:32

I have a shell script called getData.sh that I use to perform a cURL POST command.

$1
$2
date=$(date \'+%Y-%m-%d\')

if [[ -n $1 ]] &&         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题