This file contains hidden or 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
#!/usr/bin/env bash | |
declare -A Atags | |
Atags["57"]="Track 2 Equivalent Data" | |
Atags["4F"]="Application Identifier (AID) – card" | |
Atags["50"]="Application Label" | |
Atags["5A"]="Application Primary Account Number (PAN)" | |
Atags["82"]="Application Interchange Profile" | |
Atags["84"]="Dedicated File (DF) Name" |