Skip to content

Instantly share code, notes, and snippets.

@rohan-molloy
Last active February 5, 2018 00:08
Show Gist options
  • Save rohan-molloy/c4c593551463a8155313437651e2d39c to your computer and use it in GitHub Desktop.
Save rohan-molloy/c4c593551463a8155313437651e2d39c to your computer and use it in GitHub Desktop.
k=`for ((i=0; i != ${#key[@]}; i++)); do printf "\t\"${key[$i]}\":\""${value[$i]}"\",\n"; done`; echo "{"; echo "${k::-1}"; echo "}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment