8 lines
172 B
Bash
Executable File
8 lines
172 B
Bash
Executable File
#!/bin/zsh
|
|
|
|
gum style --foreground 212 --border double \
|
|
--align center --margin "1 2" --padding "2 4" \
|
|
'Great question!!!'
|
|
|
|
gum spin --title "Googling..." -- sleep 5
|