Update default.inc

This commit is contained in:
2019-01-07 08:20:59 -06:00
parent fab42dffba
commit 8d5b609f57

View File

@@ -14,4 +14,33 @@ do_with_root() {
EXIT1() {
clear
exit 0
}
}
declare -A abet
abet[0]="A"
abet[1]="B"
abet[2]="C"
abet[3]="D"
abet[4]="E"
abet[5]="F"
abet[6]="G"
abet[7]="H"
abet[8]="I"
abet[9]="J"
abet[10]="K"
abet[11]="L"
abet[12]="M"
abet[13]="N"
abet[14]="O"
abet[15]="P"
abet[16]="Q"
abet[17]="R"
abet[18]="S"
abet[19]="T"
abet[20]="U"
abet[21]="V"
abet[22]="W"
abet[23]="X"
abet[24]="Y"
abet[25]="Z"