This commit is contained in:
Gustavo 2020-07-17 14:53:57 -04:00
parent 6e80a1b1eb
commit 3f53ddcd7d
1 changed files with 1 additions and 1 deletions

2
flash
View File

@ -240,7 +240,7 @@ ${ORANGE}${BOLD}Cards Reviewed:${BOLD}${NC}\t$COUNTER
${LGREY}Category:${NC} ${q[0]}
___________________________________________________________
$(if [ ${#QUESTION} -lt 59 ]; then printf "%$(( ( 59 - ${#QUESTION} ) / 2 ))s"; fi)$QUESTION\n"
$(if [ ${#QUESTION} -lt 59 ]; then printf "%$(( ( 59 - ${#QUESTION} ) / 2 ))s"; fi)$QUESTION"
}