I hereby claim:
- I am shkitch on github.
- I am shkitch (https://keybase.io/shkitch) on keybase.
- I have a public key whose fingerprint is BDF6 17D3 5F87 FE51 C35B 9CF3 B68A 87AC 9E58 F715
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
#!/bin/bash | |
# | |
# A demonstration of bash arrays. See the secions titled "Arrays" and | |
# "Parameter Expansion" in the bash man page for details. | |
# | |
declare -A array; | |
array[a]="1"; | |
array[b]="2"; | |
array[c]="3"; | |
array[d]="4"; |