Last active
February 5, 2018 00:08
-
-
Save rohan-molloy/c4c593551463a8155313437651e2d39c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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