Skip to content

Instantly share code, notes, and snippets.

@linhxhust
Created May 9, 2017 00:55
Show Gist options
  • Save linhxhust/3edb1fbdebb90f6f40cdd48fd6ece5fb to your computer and use it in GitHub Desktop.
Save linhxhust/3edb1fbdebb90f6f40cdd48fd6ece5fb to your computer and use it in GitHub Desktop.
#!/bin/bash
SAMPLE_DICT=([index1]=value1 [index2]=value)
# or
SAMPLE_DICT[index1]="value1"
SAMPLE_DICT[index2]="value2"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment