No need to clear and wait for key to remove instead of just doing it after 2 seconds
This commit is contained in:
parent
485805fab3
commit
3d489382e4
@ -1,5 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
echo
|
echo
|
||||||
gum spin --spinner "globe" --title "Done!" -- sleep 2
|
gum spin --spinner "globe" --title "Done! Press any key to close..." -- bash -c 'read -n 1 -s'
|
||||||
clear
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user