Clean up rough edges in interactive
This commit is contained in:
parent
159c6d3827
commit
87c56588c2
2
clow.sh
2
clow.sh
@ -49,10 +49,12 @@ while true; do
|
|||||||
read -r -p "Menu: Draw/Reading/Quit " answer
|
read -r -p "Menu: Draw/Reading/Quit " answer
|
||||||
case $answer in
|
case $answer in
|
||||||
[Dd]*)
|
[Dd]*)
|
||||||
|
clear
|
||||||
draw_card
|
draw_card
|
||||||
continue
|
continue
|
||||||
;;
|
;;
|
||||||
[Rr]*)
|
[Rr]*)
|
||||||
|
clear
|
||||||
full_reading
|
full_reading
|
||||||
continue
|
continue
|
||||||
;;
|
;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user