setenv.sh 292 B

12345678910
  1. export LANG=zh_CN.utf8
  2. export LC_ALL=zh_CN.utf8
  3. export SERVICE='http://127.0.0.1:8080/script/exec/js'
  4. export AUTHB64=''
  5. echo "SJS=''"
  6. echo "INPUT=''"
  7. echo 'curl --location --request POST "${SERVICE}?filepath=${SJS}" --header "Authorization: Basic ${AUTHB64}" --form "input=${INPUT}";echo'